Instalación desde imagen

This commit is contained in:
2026-03-23 16:38:19 +01:00
parent ebd672c7d5
commit d7dddc7170
3 changed files with 4 additions and 9 deletions

View File

@@ -12,6 +12,9 @@ COPY ./start.sh ./
COPY ./deployment/database/migrations ./deployment/database/migrations
COPY ./dist ./dist
RUN npm install
RUN chmod +x start.sh
EXPOSE ${PORT}
ENTRYPOINT [ "./start.sh" ]