Browse Source

Create DOCKERFILE

main
Adrien-Ba 5 years ago
committed by GitHub
parent
commit
e95131f9da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      dev/DOCKERFILE

5
dev/DOCKERFILE

@ -0,0 +1,5 @@
FROM cimg/node:lts
RUN yarn install
RUN yarn lint
RUN yarn start
ENTRYPOINT["start"]
Loading…
Cancel
Save