Skip to content

Commit

Permalink
Rollback sh command
Browse files Browse the repository at this point in the history
  • Loading branch information
danny committed Feb 9, 2025
1 parent 4450265 commit 067968b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoint/Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN git checkout dev
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r endpoint/requirements.txt
# Update server files on startup
CMD ["./endpoint/updateRepo", "&&", "python", "-u", "endpoint/mh_endpoint.py"]
CMD ["sh", "-c", "./endpoint/updateRepo && python -u endpoint/mh_endpoint.py"]

0 comments on commit 067968b

Please sign in to comment.