Compare commits

...

1 Commits

View File

@@ -1,4 +1,4 @@
FROM nginx:latest
FROM nginx:1.23
COPY public /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf.template