We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775d2ac commit a54b487Copy full SHA for a54b487
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3
2
LABEL maintainer="deeagle <[email protected]>"
3
4
-RUN apk --no-cache add git npm
5
-RUN npm install @semantic-release/changelog @semantic-release/git @semantic-release/commit-analyzer @semantic-release/exec @saithodev/semantic-release-gitea -D
+RUN apk --no-cache add git npm \
+ && npm install @semantic-release/changelog @semantic-release/git @semantic-release/commit-analyzer @semantic-release/exec @saithodev/semantic-release-gitea -D
0 commit comments