Skip to content

Commit

Permalink
fixed entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Jul 30, 2024
1 parent 7a71363 commit af13822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ ENV DJANGO_SETTINGS_MODULE="settings"
ENV PYTHONPATH="/src:/src/hms_app:$PYTHONPATH"
ENV PATH="/bin:/src:/src/hms_app:$PATH"

ENTRYPOINT ["tail", "-f", "/dev/null"]
#CMD ["conda", "run", "-n", "pyenv", "--no-capture-output", "sh", "/src/hms_app/docker-start.sh"]
#ENTRYPOINT ["tail", "-f", "/dev/null"]
CMD ["conda", "run", "-n", "pyenv", "--no-capture-output", "sh", "/src/hms_app/docker-start.sh"]

0 comments on commit af13822

Please sign in to comment.