Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run development build inside Docker container? #87

Open
tigerclaw-az opened this issue Jan 19, 2019 · 1 comment
Open

How to run development build inside Docker container? #87

tigerclaw-az opened this issue Jan 19, 2019 · 1 comment
Labels

Comments

@tigerclaw-az
Copy link
Contributor

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?

@spawnia
Copy link
Member

spawnia commented Jan 21, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants