Browse Source

🚧 add dockerfile

main
spokequenouille 6 years ago
parent
commit
34381242c3
  1. 6
      Dockerfile

6
Dockerfile

@ -0,0 +1,6 @@
FROM node:dubnium
WORKDIR /application
RUN yarn install
COPY . .
EXPOSE 2020
CMD ["yarn", "serve"]
Loading…
Cancel
Save