We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a24baa commit 3f41311Copy full SHA for 3f41311
1 file changed
docker-entrypoint.sh
@@ -3,6 +3,6 @@
3
# This script is ran on every deploy within our production docker container
4
set -eu
5
echo "Running Prisma migrations..."
6
-prisma migrate deploy
+npx prisma migrate deploy
7
echo "Starting app..."
8
exec "$@"
0 commit comments