-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
lot of changes
Sync w/ master
Periodic Sync
Periodic sync
RUN apk update && \ | ||
apk upgrade && \ | ||
apk add g++ make python3 && \ | ||
npm install |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Docker assets for dev workflow