Browse Source

🔨 update yarn install

main
lamya-rey 5 years ago
parent
commit
8ffebfa3f1
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save