Dejan Levec
Dejan Levec
Additionally, docker and docker-compose follow the behaviour of supporting variables with blank values (even in `.env` files), so this is another reason that env files shouldn't deviate from that.
> Closing as there is no issue here, this works as documented: https://frankenphp.dev/docs/embed/ The script has to be run from the directory containing the sources of FrankenPHP. @dunglas Example Dockerfile...
> @dejanceltra the Docker image contains a copy of FrankenPHP source in its default directory. If you change the default directory using `WORKDIR` and don't go back in the original...
@skmirajbn That's a separate issue, not related to the missing `FRANKENPHP_VERSION`.
> I'll try to take a look today. The `.git` should not be necessary as long as the `FRANKENPHP_VERSION` env car is defined and the sources (event without `.git`) are...
@jedevc Large, ~30 stage Dockerfile, with ~250 instructions.
@tonistiigi It's seems there is a different issue here. Other manifests for the same Dockerfile are around 80kB, but some of them are a bit more than 1 MB. One...