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 647fe36 commit 7ba45d6Copy full SHA for 7ba45d6
Dockerfile
@@ -2,6 +2,6 @@ FROM alpine:3.10
2
3
RUN apk add --no-cache git
4
5
-COPY entrypoint.sh entrypoint.sh
+COPY entrypoint.sh /entrypoint.sh
6
7
-ENTRYPOINT ["./entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments