diff --git a/packages/worker/Dockerfile b/packages/worker/Dockerfile index 7b8f991013..a80ae00af1 100644 --- a/packages/worker/Dockerfile +++ b/packages/worker/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache --virtual .gyp python3 make g++ RUN yarn global add pm2 -COPY dist/package.json . +COPY package.json . RUN yarn install --frozen-lockfile --production=true # Remove unneeded data from file system to reduce image size RUN apk del .gyp \