Skip to content

Instantly share code, notes, and snippets.

@daliborgogic
Last active December 3, 2017 22:54
Show Gist options
  • Save daliborgogic/b06aa83bd4344aa464dd534f13b31a0e to your computer and use it in GitHub Desktop.
Save daliborgogic/b06aa83bd4344aa464dd534f13b31a0e to your computer and use it in GitHub Desktop.
Nuxt.js Dockerfile ~ 128MB
FROM mhart/alpine-node:base-9.2.0
WORKDIR /app
COPY . /app
ENV HOST 0.0.0.0
EXPOSE 3000
CMD ["node_modules/.bin/nuxt", "start"]
@daliborgogic
Copy link
Author

REPOSITORY          TAG                 IMAGE ID            CREATED              SIZE
nuxt                latest              5722cea92d70        About a minute ago   128MB
mhart/alpine-node   base-9.2.0          4e4a3260000d        2 weeks ago          43MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment