modifica a Dockerfile
All checks were successful
Deploy to VPS / build (push) Successful in 18s
Deploy to VPS / deploy (push) Successful in 41s

This commit is contained in:
AV77web 2026-07-14 11:31:51 +02:00
parent 0d2e1544cd
commit 9253e52bfd

View file

@ -23,6 +23,6 @@ RUN npm ci --omit=dev
COPY --from=build /app/dist ./dist
#COPY --from=build /app/src/openapi ./dist/openapi
EXPOSE 3001
EXPOSE 3011
CMD ["node", "dist/index.js"]