Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay authored Jan 17, 2019
1 parent 399c609 commit 2307811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM jfloff/alpine-python

LABEL "com.github.actions.name"="PyCodeStyle"
LABEL "com.github.actions.name"="Python Style Checker"
LABEL "com.github.actions.description"="Run PyCodeStyle on your Python."
LABEL "com.github.actions.icon"="upload-cloud"
LABEL "com.github.actions.color"="6f42c1"

RUN pip install --upgrade pip
RUN pip install pycodestyle

CMD ["pycodestyle", "/github/workspace/"]
CMD ["pycodestyle", "/github/workspace/"]

0 comments on commit 2307811

Please sign in to comment.