We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8a5a0 commit 8faefd4Copy full SHA for 8faefd4
1 file changed
Dockerfile
@@ -15,4 +15,5 @@ FROM base
15
COPY --from=builder /app /app
16
ENV PYTHONPATH=/app
17
18
+# TODO: replace with your package name
19
ENTRYPOINT ["python3", "-m", "example"]
0 commit comments