Skip to content

Commit

Permalink
chore: disable running migration - for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal committed May 19, 2024
1 parent 1abdd5f commit 8a8c59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ EXPOSE 3000
ENV PORT 3000

# Run the migration script
RUN chmod +x ./scripts/migrate.sh
ENTRYPOINT [ "./scripts/migrate.sh" ]
# RUN chmod +x ./scripts/migrate.sh
# ENTRYPOINT [ "./scripts/migrate.sh" ]

# server.js is created by next build from the standalone output
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
Expand Down

0 comments on commit 8a8c59b

Please sign in to comment.