Skip to content

Commit

Permalink
chore(k8s, NO_PERMISSION): mount to /mnt/data/opentrader instead of…
Browse files Browse the repository at this point in the history
… `/data/opentrader`
  • Loading branch information
bludnic committed Jul 25, 2024
1 parent 81fddbb commit 9fb6ba0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/docker-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# This is the entry point for Docker container
# to run the DB migrations before starting the app

# Ensure the mounted volume directory exists
mkdir -p /data/opentrader
chmod 755 /data/opentrader

# Run database migrations
/app/node_modules/prisma/build/index.js migrate deploy --schema /app/packages/prisma/src/schema.prisma

Expand Down

0 comments on commit 9fb6ba0

Please sign in to comment.