Proceso completo

This commit is contained in:
2026-03-23 17:44:31 +01:00
parent 0841fa286a
commit fa4cdb458e

View File

@@ -11,11 +11,10 @@ COPY ./start.sh ./
COPY ./deployment/database/migrations ./deployment/database/migrations
COPY ./dist ./dist
RUN npm config set @sf-alvar:registry https://git.savefamilygps.net/api/packages/SaveFamily/npm/
RUN npm install
RUN chmod +x start.sh
EXPOSE ${PORT}
ENTRYPOINT [ "npm run start" ]
ENTRYPOINT [ "npm run build-start" ]