We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12ad0f commit 9c43be6Copy full SHA for 9c43be6
Dockerfile
@@ -51,4 +51,4 @@ COPY --chown=pink:pink accents2/examples accents2/examples
51
COPY --chown=pink:pink accents accents
52
COPY --chown=pink:pink schema.sql .
53
54
-ENTRYPOINT ["/code/.venv/bin/python", "-m", "src"]
+ENTRYPOINT ["python", "-m", "src"]
0 commit comments