fix: fix nginx settings

This commit is contained in:
DCsunset 2021-09-27 17:11:13 -04:00
parent 450ebaf3fa
commit 2a02f27fa2
3 changed files with 118 additions and 15 deletions

View file

@ -7,7 +7,8 @@ RUN apk --no-cache add nodejs npm nginx task python3 build-base
COPY ./frontend /src/frontend
COPY ./backend /src/backend
COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
COPY ./nginx/server.conf /etc/nginx/conf.d/default.conf
COPY ./docker/start.sh /start.sh
# Debug