Browse Source

Dockerfile qui marche pas

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

5
Dockerfile

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