Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tharlestsa committed Oct 24, 2024
1 parent 3564339 commit 9387112
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ RUN if [ -d "/APP/tvi-indonesia" ]; then rm -Rf /APP/tvi-indonesia; fi && \

ADD ./src/server/node_modules /APP/tvi-indonesia/src/server/node_modules

CMD [ "/bin/bash", "-c", "/APP/tvi-indonesia/src/server/prod-start.sh; tail -f /APP/tvi-indonesia/src/server/app.out"]

ENTRYPOINT [ "/APP/monitor.sh"]

0 comments on commit 9387112

Please sign in to comment.