We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb10b8c commit f753892Copy full SHA for f753892
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