Skip to content

Commit

Permalink
Merge pull request #56 from protokol/fix/db
Browse files Browse the repository at this point in the history
fix: Drop table and resync
  • Loading branch information
artuan authored May 17, 2024
2 parents 0158180 + ff28ebf commit 60f4709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ COPY --from=builder /app/package.json ./package.json

EXPOSE 3000
# TODO: Find better way to run migrations
CMD npm run typeorm:sync && npm run start:prod
CMD npm run typeorm:drop && npm run typeorm:sync && npm run start:prod

0 comments on commit 60f4709

Please sign in to comment.