Skip to content

Commit

Permalink
debug: remove COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal authored Jan 18, 2020
1 parent 2f1acf6 commit d4b6b20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ LABEL com.github.actions.name="Automated releases for npm packages."
LABEL com.github.actions.description="Release npm package based on commit metadata."
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="red"
COPY LICENSE /LICENSE
COPY README.md /README.md

RUN apt-get update && apt-get -y --no-install-recommends install git && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit d4b6b20

Please # to comment.