markdown-resume icon indicating copy to clipboard operation
markdown-resume copied to clipboard

How to run development build inside Docker container?

Open tigerclaw-az opened this issue 6 years ago • 1 comments

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?

tigerclaw-az avatar Jan 19 '19 20:01 tigerclaw-az

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.

spawnia avatar Jan 21 '19 08:01 spawnia