Skip to content

Commit 101168f

Browse files
using entrypoint
1 parent 88be616 commit 101168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ COPY test.py .
1212
COPY test.jpg .
1313

1414
ENV PATH="/:${PATH}"
15-
CMD ["main.py"]
15+
ENTRYPOINT [ "python3", "main.py"]

0 commit comments

Comments
 (0)