Sk Miraj

Results 20 comments of Sk Miraj

> `sudo ./my-app php-server` runs a php server from your current directory. Try `sudo ./my-app run` I tried run and start also but problem remains still same. No content on...

> Small investigation show, that this happens here https://github.com/dunglas/frankenphp/blob/main/build-static.sh#L35-L53. Obvious, here is no git repo > > ``` > 86bb8340f495:/go/src/app# ls -la > total 184 > drwxr-xr-x 1 root root...

> ### What happened? > encounter not a git repository error when using docker static builder Dockerfile is based on https://frankenphp.dev/docs/embed/ > > ### Build Type > Docker (Debian Bookworm)...

> > @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...

> 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...

> @skmirajbn also I don't find the difference between the Dockerfile in your screenshot and the one in the docs. If I just remove this line ./dist/frankenphp-linux-x86_64 version \ The...

Hello, I created the binary file and tried to run it. I used ./my-app php-server command to run it. In the terminal, it looks like it started but in the...

![image](https://github.com/dunglas/frankenphp/assets/67829716/76a4ec4c-4ff4-4f09-818c-a91edba42f23) First I tried this docker file as in the document but got error about on git like this issue: https://github.com/dunglas/frankenphp/issues/680 Then I get solved as instructed on this issue...

If I use this docker file then got error about git. ![image](https://github.com/dunglas/frankenphp/assets/67829716/cbbade7f-51c8-4881-b8a9-23e4e14d5c97) And so I tried this of #680 from this person dockerfile ![image](https://github.com/dunglas/frankenphp/assets/67829716/6bf60f7b-6193-432d-8120-95b6a45ef228) But this time get stack on...

> ### Describe you feature request > **Standalone binary works well and works out of the box. Nice!** > > However, in order to run the binary on Octane, I...