Skip to content

Commit

Permalink
changing the startup command
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Sep 6, 2024
1 parent 4db16ed commit 3dd7ba4
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 @@ -77,4 +77,4 @@ RUN source /venv/bin/activate
ENV PYTHONUNBUFFERED=1 \
PYTHONIOENCODING=UTF-8

CMD ["/indexd/dockerrun.bash"]
CMD ["/bin/bash", "-c", "/indexd/dockerrun.bash"]

0 comments on commit 3dd7ba4

Please sign in to comment.