This commit is contained in:
2025-02-08 05:01:00 +01:00
parent 47d38e36dd
commit daca3d306d
5 changed files with 63 additions and 4 deletions

View File

@ -12,7 +12,5 @@ RUN npm ci
COPY . .
EXPOSE 4000
# Modify CMD to use tmux
CMD npx mikro-orm-esm migration:up && npm run start