Browse Source
style: add removed line
Signed-off-by: rare-magma <rare-magma@posteo.eu>
pull/3614/head
rare-magma
1 year ago
Failed to extract signature
1 changed files with
1 additions and
0 deletions
-
docker/entrypoint.sh
|
@ -1,6 +1,7 @@ |
|
|
#!/bin/sh |
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
set -ex |
|
|
set -ex |
|
|
|
|
|
|
|
|
echo "Running database migrations" |
|
|
echo "Running database migrations" |
|
|
npx prisma migrate deploy |
|
|
npx prisma migrate deploy |
|
|
|
|
|
|
|
|