refacto dockerfile for migrations (#93)

This commit is contained in:
Arnaud D. Natali 2023-09-27 18:36:25 +02:00 committed by GitHub
commit ec25288a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,5 +42,5 @@ COPY --from=builder --chown=lecoffreuser leCoffre/src/common/databases ./src/com
USER lecoffreuser
CMD ["npm", "run", "api:start"]
CMD ["npm", "run", "start"]
EXPOSE 3001