Skip to content

Commit

Permalink
uncommented the dockerfile CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsmith88 committed Feb 26, 2024
1 parent bb4b8af commit a37cef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ RUN find /opt/conda -name "*test.key" -delete || true
USER cyano

#ENTRYPOINT ["tail", "-f", "/dev/null"]
# CMD ["sh", "start_flask.sh"]
CMD ["sh", "start_flask.sh"]

0 comments on commit a37cef0

Please sign in to comment.