Skip to content

Commit

Permalink
flask remove busybox from alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Jun 4, 2024
1 parent 838a302 commit 230fdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ 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"]

0 comments on commit 230fdcb

Please sign in to comment.