Skip to content

Commit 1406b78

Browse files
committed
Startup cmd.
1 parent f88eb72 commit 1406b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN echo "/project/{PROJECT_DIR}/{ENTRYPOINT}" > /project/entrypoint
1414

1515
EXPOSE {PORT}
1616

17-
CMD ["/bin/bash", "-c", ". /home/user/.local/bin/env && . /home/user/the_venv/bin/activate && export PYTHONPATH=/project/the_venv/lib/python{PYTHON_VERSION}/site-packages && uv run --active {ENTRYPOINT}"]
17+
CMD ["/bin/bash", "-c", ". /home/user/.local/bin/env && . /home/user/the_venv/bin/activate && export PYTHONPATH=/project/the_venv/lib/python{PYTHON_VERSION}/site-packages && cd /project/{PROJECT_DIR} && python {ENTRYPOINT}"]

0 commit comments

Comments
 (0)