This commit is contained in:
David Arranz 2024-09-24 13:55:03 +02:00
parent 5e0c52d02a
commit 2ad5be81af

View File

@ -65,7 +65,7 @@ COPY --from=builder /api/dist .
COPY --from=builder /api/server/package.json .
COPY --from=builder /api/server/tsconfig.production.json ./tsconfig.json
RUN ls -la /api/dist/uploads/
RUN ls -la ./uploads
# Instalar sólo las dependencias de producción en el servidor
RUN yarn install --production