Closed bk-ty closed 1 week ago
Thanks!
@dunglas is this fix included in 1.3.1 ?
Hmm I don't think it is in 1.3.1 yet, in the meantime you can add an rm -r
at the end of the static-build.Dockerfile
like this:
# Build the static binary
WORKDIR /go/src/app/
RUN rm -r dist/static-php-cli/watcher
RUN EMBED=dist/app/ ./build-static.sh
nice idea thanks @AlliBalliBaba
Docker presented the error when building on linux/arm64. Applying the
-p
flag tomkdir
allowed for successful builds.