aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build-image.sh')
-rwxr-xr-xscripts/build-image.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build-image.sh b/scripts/build-image.sh
index 95b8acb..c900089 100755
--- a/scripts/build-image.sh
+++ b/scripts/build-image.sh
@@ -5,9 +5,6 @@ SPLIIT_VERSION=$(node -p -e "require('./package.json').version")
# we need to set dummy data for POSTGRES env vars in order for build not to fail
docker buildx build \
- --no-cache \
- --build-arg POSTGRES_PRISMA_URL=postgresql://build:@db \
- --build-arg POSTGRES_URL_NON_POOLING=postgresql://build:@db \
-t ${SPLIIT_APP_NAME}:${SPLIIT_VERSION} \
-t ${SPLIIT_APP_NAME}:latest \
.