Browse Source

Merge pull request #2 from Anatole-DC/docker_image

feat: try dockerfile
main
Anatole De Chauveron 5 years ago
committed by GitHub
parent
commit
16a5893ed9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Dockerfile

3
Dockerfile

@ -0,0 +1,3 @@
FROM alpine-node:latest
ENTRYPOINT ["yarn", "install"]
Loading…
Cancel
Save