diff --git a/backend/Dockerfile b/backend/Dockerfile index 85fdd3957..1a28b2e0d 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -72,7 +72,7 @@ COPY . . FROM code as build # yarn install -RUN yarn install --production=true --frozen-lockfile --non-interactive +RUN yarn install --production=false --frozen-lockfile --non-interactive # yarn build RUN yarn run build