Browse Source

🔨 update Dockerfile

main
lamya-rey 6 years ago
parent
commit
2d7837b81b
  1. 2
      Dockerfile

2
Dockerfile

@ -2,7 +2,7 @@ FROM node:dubnium
WORKDIR /app WORKDIR /app
RUN yarn install --production=false
RUN yarn install
COPY . . COPY . .

Loading…
Cancel
Save