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

Feature/docker dev #1

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

Sun-Wukong
Copy link
Collaborator

Docker assets for dev workflow

RUN apk update && \
apk upgrade && \
apk add g++ make python3 && \
npm install
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

So after fiddling around a bit, I was unable to use yarn to perform build and run operations. Still looking into it since yarn is pretty much using npm under the hood.

@@ -0,0 +1,17 @@
FROM node:14.15.1-alpine
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just realized this is a different node version for this container. Below behavior persists even in node 12.x.x

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.

1 participant