Construyendo en la imagen por si acaso

This commit is contained in:
2026-03-23 17:40:26 +01:00
parent dcbd79b1b7
commit 0c4b70db3b

View File

@@ -18,4 +18,4 @@ RUN chmod +x start.sh
RUN npm run migrate
EXPOSE ${PORT}
ENTRYPOINT [ "npm run start" ]
ENTRYPOINT [ "npm run build-start" ]