Preparando proceso de despliegue local para que se parezca al de

desarrollo, problema de las migraciones
This commit is contained in:
2026-02-20 10:47:28 +01:00
parent 1583ae539e
commit b208c9c301
11 changed files with 322 additions and 386 deletions

View File

@@ -19,4 +19,5 @@ COPY ./entrypoint.sh ./
RUN chmod +x entrypoint.sh
EXPOSE ${PORT:-3000}
ENTRYPOINT ["./entrypoint.sh"]