Skip to content

Instantly share code, notes, and snippets.

@ledangtuanbk
Created July 3, 2019 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ledangtuanbk/453c247a415e4ee106a2c24fdc48c744 to your computer and use it in GitHub Desktop.
Save ledangtuanbk/453c247a415e4ee106a2c24fdc48c744 to your computer and use it in GitHub Desktop.
FROM mhart/alpine-node
RUN yarn global add serve
WORKDIR /app
COPY build .
CMD ["serve", "-p", "80", "-s", "."]
@ledangtuanbk
Copy link
Author

run in script build
yarn
yarn run build

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