We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc4a53 commit dee1c5eCopy full SHA for dee1c5e
1 file changed
{{ 'Dockerfile' if include_dockerfile }}.jinja
@@ -25,4 +25,4 @@ COPY --from=base /app/.venv ./.venv
25
COPY . /app
26
27
# Set the entrypoint
28
-CMD ["/app/.venv/bin/python", "/app/{{module_name}}/server.py"]
+CMD ["python", "/app/{{module_name}}/server.py"]
0 commit comments