Fixed nginx conf path in Dockerfile, added traefik

This commit is contained in:
KaasKop-
2023-03-13 14:30:50 +01:00
parent d3e8551cf8
commit fe75231644
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
FROM nginx:stable
RUN mkdir -p /srv/http/games
COPY nginx.conf /etc/nginx/nginx.conf
COPY config/nginx.conf /etc/nginx/nginx.conf