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