Browse Source

create dockerfile

main
KheliaNibaruta 6 years ago
committed by GitHub
parent
commit
c0545af77c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Dockerfile

6
Dockerfile

@ -1 +1,5 @@
FROM node:14.10.1
COPY ["package.json", "yarn.lock", "./"]
RUN yarn install
COPY ..
CMD ["yarn","start"]
Loading…
Cancel
Save