Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
fix: default CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
fforootd committed Dec 30, 2019
1 parent 7f032e6 commit 0f6a53e
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
Expand Up @@ -6,5 +6,5 @@ RUN npm install -g \
@semantic-release/gitlab-config@v6.0.1 \
@semantic-release/gitlab@v4.1.0 \
@semantic-release/github@v5.5.8
ENTRYPOINT ["npx", "semantic-release"]
CMD ["--help"]
ENTRYPOINT ["npx"]
CMD ["semantic-release"]

0 comments on commit 0f6a53e

Please sign in to comment.