We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8175ae7 commit 2a41fc1Copy full SHA for 2a41fc1
1 file changed
dev-alpine.Dockerfile
@@ -79,7 +79,7 @@ WORKDIR /go/src/app
79
COPY . .
80
81
WORKDIR /go/src/app/caddy/frankenphp
82
-RUN go build
+RUN ../../go.sh build -buildvcs=false
83
84
WORKDIR /go/src/app
85
CMD [ "zsh" ]
0 commit comments