Last active
December 3, 2017 22:54
-
-
Save daliborgogic/b06aa83bd4344aa464dd534f13b31a0e to your computer and use it in GitHub Desktop.
Nuxt.js Dockerfile ~ 128MB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
Author
daliborgogic
commented
Dec 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment