Update Dockerfile

fix syntax
This commit is contained in:
santiyago 2025-06-05 01:16:47 +03:30 committed by GitHub
parent f81c123c83
commit 3aad204bac
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/package-lock.json ./package-lock.json
RUN corepack enable
RUN npm install0
RUN npm install
EXPOSE 3000