Skip to content
This repository was archived by the owner on Feb 27, 2020. It is now read-only.

Commit 9e75343

Browse files
committed
🐳 Updates Docker
1 parent fa0dd9c commit 9e75343

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ LABEL "com.github.actions.name"="GitHub Action for Python"
99
LABEL "com.github.actions.description"="Wraps the Python CLI to enable common python/pip commands."
1010
LABEL "com.github.actions.icon"="package"
1111
LABEL "com.github.actions.color"="blue"
12-
COPY LICENSE README.md /
1312

14-
COPY entrypoint.sh /entrypoint.sh
13+
ENV PYTHONDONTWRITEBYTECODE 1
14+
ENV PYTHONUNBUFFERED 1
15+
16+
COPY LICENSE README.md entrypoint.sh /
17+
1518
ENTRYPOINT [ "/entrypoint.sh" ]
1619
CMD [ "--help" ]

0 commit comments

Comments
 (0)