diff --git a/Dockerfile b/Dockerfile index b26c5c3..2da4065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN yarn install --production=false COPY . . # Prune dev dependencies for production image -RUN yarn install --frozen-lockfile --production && \ +RUN yarn install --production && \ rm -rf **/*.test.js # ---------- Runtime stage ----------