Update Dockerfile

RUN npm install
This commit is contained in:
santiyago 2025-06-05 01:02:32 +03:30 committed by GitHub
parent 64f71a0c64
commit ffb78cacc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/yarn.lock ./yarn.lock
RUN corepack enable
RUN yarn install --production --frozen-lockfile --network-timeout 600000
RUN RUN npm install
EXPOSE 3000