mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
fix: fix nginx settings
This commit is contained in:
parent
450ebaf3fa
commit
2a02f27fa2
3 changed files with 118 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue