mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 23:40:56 +00:00
run migrations in pipeline
This commit is contained in:
@@ -66,6 +66,10 @@ COPY --from=build /app/packages ./../../packages
|
||||
EXPOSE 3001
|
||||
CMD ["node", "dist/main.js"]
|
||||
|
||||
FROM build as passenger-migration
|
||||
WORKDIR /app/apps/edr-passenger-api
|
||||
CMD ["pnpm","run","prisma:migrate"]
|
||||
|
||||
|
||||
|
||||
FROM nginx:1.27-alpine AS freight-web-portal
|
||||
|
||||
Reference in New Issue
Block a user