mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
chore: add NODE_ENV to Dockerfile
This commit is contained in:
parent
276f801946
commit
02fc295735
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ COPY ./docker/start.sh /start.sh
|
|||
|
||||
ENV TASKRC="/.taskrc"
|
||||
ENV TASKDATA="/.task"
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# Frontend
|
||||
RUN cd /src/frontend && npm install --legacy-peer-deps \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue