Browse Source

Update Dockerfile

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

2
Dockerfile

@ -1,6 +1,6 @@
FROM node:12 FROM node:12
COPY /
COPY / .
COPY package.json COPY package.json
Loading…
Cancel
Save