probando
Some checks failed
build-and-push / build (push) Failing after 5s

This commit is contained in:
2025-05-02 15:48:10 -06:00
parent ededdf9ae8
commit 7d0a0db284

View File

@@ -12,8 +12,8 @@ RUN npm install --omit=dev
COPY . . COPY . .
# 3) Variables y puerto # 3) Variables y puerto
ENV PORT=4000 ENV PORT=3000
EXPOSE 4000 EXPOSE 3000
# 4) Arranque # 4) Arranque
CMD ["node", "index.js"] CMD ["node", "index.js"]