Browse Source
ci: remove redundant var export
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
0 additions and
1 deletions
-
docker/entrypoint.sh
|
@ -1,7 +1,6 @@ |
|
|
#!/bin/sh |
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
set -ex |
|
|
set -ex |
|
|
export NODE_ENV=production |
|
|
|
|
|
echo "Running database migrations" |
|
|
echo "Running database migrations" |
|
|
npx prisma migrate deploy |
|
|
npx prisma migrate deploy |
|
|
|
|
|
|
|
|