Browse Source

🔧 Change dockerfile fix yarn install

main
Galimede 6 years ago
parent
commit
7b08fee69b
  1. 4
      Dockerfile

4
Dockerfile

@ -1,9 +1,7 @@
FROM circleci/node:dubnium-browsers
FROM node:dubnium-browsers
WORKDIR /app WORKDIR /app
COPY package*.json ./
RUN yarn install RUN yarn install
COPY . . COPY . .

Loading…
Cancel
Save