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