Skip to content

Commit dee1c5e

Browse files
authored
uv sync --dev-only
1 parent ecc4a53 commit dee1c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{ 'Dockerfile' if include_dockerfile }}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ COPY --from=base /app/.venv ./.venv
2525
COPY . /app
2626

2727
# Set the entrypoint
28-
CMD ["/app/.venv/bin/python", "/app/{{module_name}}/server.py"]
28+
CMD ["python", "/app/{{module_name}}/server.py"]

0 commit comments

Comments
 (0)