mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
fix: dev Docker image build (#1769)
* Fixes build command. * Rests ti go.sh
This commit is contained in:
committed by
GitHub
parent
8175ae7e8c
commit
2a41fc183a
@@ -79,7 +79,7 @@ WORKDIR /go/src/app
|
||||
COPY . .
|
||||
|
||||
WORKDIR /go/src/app/caddy/frankenphp
|
||||
RUN go build
|
||||
RUN ../../go.sh build -buildvcs=false
|
||||
|
||||
WORKDIR /go/src/app
|
||||
CMD [ "zsh" ]
|
||||
|
||||
Reference in New Issue
Block a user