Skip to content

Commit 9c43be6

Browse files
committed
fix entrypoint
1 parent a12ad0f commit 9c43be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ COPY --chown=pink:pink accents2/examples accents2/examples
5151
COPY --chown=pink:pink accents accents
5252
COPY --chown=pink:pink schema.sql .
5353

54-
ENTRYPOINT ["/code/.venv/bin/python", "-m", "src"]
54+
ENTRYPOINT ["python", "-m", "src"]

0 commit comments

Comments
 (0)