Compare commits

..

1 Commits

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