This commit is contained in:
David Arranz 2024-09-24 14:00:26 +02:00
parent aac59891cf
commit 0071ba12d8

View File

@ -66,7 +66,7 @@ COPY --from=builder /api/server/package.json .
COPY --from=builder /api/server/tsconfig.production.json ./tsconfig.json
# Instalar sólo las dependencias de producción en el servidor
RUN yarn install --production
#RUN yarn install --production
# Exponer el puerto que la API usa
EXPOSE 3001