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

Update development Dockerfile to official Node 8 image #187

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

Conversation

bvanderlaan
Copy link

The existing development Dockerfile was an Ubuntu image which installed Node and NPM via
apt-get. This change set updates the Dockerfile to use the official Node
image which has the chosen version of Node and NPM pre-installed.

It also switches to an Alpine image to lower the file size.

The existing Dockerfile was a Ubuntu image which installed Node and NPM via
apt-get. This change set updates the Dockerfile to use the offical Node
image which has the chosin version of Node and NPM pre-installed.

It also switches to an Alpine image to lower the file size.
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.

None yet

1 participant