You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
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 text was updated successfully, but these errors were encountered: