Skip to content

michaelkeiluweit/dev_stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Setup

Build the PHP container

Build the custom PHP image & start the containers

git clone https://github.com/michaelkeiluweit/dev_stack.git --branch=php
docker build --tag=mkphp .
docker-compose up -d

Troubleshooting

  • The apache webserver expects the directory public within the folder app, as it is the document root.
    In case the entrypoint of your project is different to public, a workaround could be to create a symlink: ln -s src/public/ public.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published