diff --git a/Dockerfile b/Dockerfile index 6e2feb0..5ad1625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:dubnium WORKDIR /app -RUN yarn install +RUN yarn install --production=false COPY . .