Skip to content

Commit

Permalink
chore: migrate deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Aug 10, 2023
1 parent dda8c07 commit 9746af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FROM node:18.12.0-alpine AS runner
WORKDIR /app
COPY --from=build /app/.env ./
COPY --from=build /app/app_run.ci.sh ./
COPY --from=build /app/src ./src
COPY --from=build /app/package*.json ./
COPY --from=build /app/prisma ./prisma
COPY --from=build /app/public ./public
Expand Down
2 changes: 1 addition & 1 deletion app_run.ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
npx prisma migrate dev
npx prisma migrate deploy
npx prisma db seed
node_modules/.bin/concurrently 'node background/worker/index.js' 'node server.js'

0 comments on commit 9746af6

Please sign in to comment.