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

Document docker build env #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

adfoster-r7
Copy link
Contributor

Creating an MVP Docker container - building on from @sjanusz-r7's steps over here:

#53

```
docker build -t marionette.carpenter:latest .
docker run --rm -it -w $(pwd) -v $(pwd):$(pwd) marionette.carpenter:latest /bin/bash
npm install -g bower && \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be moved into the docker container; but there were some issues with mise that I didn't have the cycles to investigate further

@adfoster-r7
Copy link
Contributor Author

Relates to: #54

@adeherdt-r7
Copy link
Contributor

If you look at my changes in #54 it can be done completely without the compass gem installed or relying on RVM/Ruby

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

Successfully merging this pull request may close these issues.

2 participants