markdown-resume
markdown-resume copied to clipboard
How to run development build inside Docker container?
I would like to start work on another template, but want to run the development build inside Docker container so I don't have to install dependencies locally since they should already be installed within the container. Can someone add some instructions on how to do this?
The pre-built docker image is not suitable for that kind of work, but you can take the https://github.com/there4/markdown-resume/blob/master/Dockerfile as a basis for building a dev image. You will probably need to install composer within the final image, and can replace the step where the application files are copied over with a volume mount.