upgraded configs

This commit is contained in:
2026-09-22 16:30:35 +02:00
parent 57ddd4f6a2
commit e0c424286f
3 changed files with 30 additions and 2 deletions
+4 -1
View File
@@ -4,6 +4,9 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html
# nginx.conf is needed in the build context but must not be served
RUN rm /usr/share/nginx/html/nginx.conf
EXPOSE 8081
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]