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