Single line

This commit is contained in:
Dennis Postma 2025-02-08 02:54:07 +01:00
parent af43faf8f2
commit 2d5a445af0

View File

@ -10,6 +10,4 @@ COPY . .
EXPOSE 4000
CMD ["npx", "mikro-orm-esm", "migration:up"]
CMD ["npm", "run", "start"]
CMD npx mikro-orm-esm migration:up && npm run start