Giter VIP home page Giter VIP logo

laravel-docker-nginx-php-fpm-opcache's People

Contributors

emad-zaamout avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-docker-nginx-php-fpm-opcache's Issues

Delete Laravel Files

It is better to delete Laravel files from the repo or make a separate branch for files with Laravel files too, because we can't make a git pull just for docker files on the new Laravel project's latest version.

With latest Docker Desktop installed this does not work

The problem is that the Dockerfile (https://github.com/emad-zaamout/laravel-docker-nginx-php-fpm-opcache/blob/main/Dockerfile) command does not copy the files:
`

Copy files from current folder to container current folder (set in workdir).

COPY --chown=www-data:www-data . .
`

The entrypoint also does not get copied, so you need to do something like this at the end:
`

Run the entrypoint file.

COPY docker/entrypoint.sh /usr/local/bin/
ENTRYPOINT [ "entrypoint.sh" ]
`

I know docker desktop has ruined the file paths in the latest version, but can you update the code to cover this scenario?

build fails

the make fresh command fails when starting the api image.

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "docker/entrypoint.sh": stat docker/entrypoint.sh: no such file or directory: unknown

configuration issue

docker error
docker error 2

I'm having this issue after running the container please tell me what ,I had done wrong during deployment , I'm new in this field please help me

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.