Aldoo24

Results 11 comments of Aldoo24

i have deleted my .git folder. when running ./build-static.sh the build fails with the error: fatal: not a git repository (or any of the parent directories): .git also, ERROR: failed...

I don't think it is referring to the git folder in my project. I tried with the git folder, including it in my .dockerignore file and got the same error...

This is my dockerfile @HuyNguyen206 FROM --platform=linux/amd64 dunglas/frankenphp:static-builder-1.1.2 # Copy your app WORKDIR /go/src/app/dist/app COPY . . # Build the static binary, be sure to select only the PHP extensions...

Run ./dist/frankenphp-linux-x86_64 export FRANKENPHP_VERSION=1.1.2 before running EMBED

I am having a hard time adding extensions to this Docker image, how do I do it?

Installing the dom extension using apk didn't solve the problem. Has anyone found a solution to this?

This is the Dockerfile I am using: FROM --platform=linux/amd64 dunglas/frankenphp:static-builder-1.1.2 # Copy your app WORKDIR /go/src/app/dist/app COPY . . # Build the static binary, be sure to select only the...

I tried your fix and this time when I accessed the application using http://localhost it still served a blank page, but when I tried http://localhost/public I got this error: >Oops!...