Skip to content

Commit

Permalink
correct entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Jun 5, 2024
1 parent 9ac6f27 commit 2968bf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ ENV PATH /cyan_flask:$PATH
# USER $APP_USER

EXPOSE 5001
RUN apk del busybox
ENTRYPOINT ["tail", "-f", "/dev/null"]
#CMD ["sh", "/docker/flask/start_flask.sh"]
#ENTRYPOINT ["tail", "-f", "/dev/null"]
CMD ["sh", "/docker/flask/start_flask.sh"]

0 comments on commit 2968bf0

Please sign in to comment.