Skip to content

Commit 96adc36

Browse files
authored
fix docker build
1 parent 2291d45 commit 96adc36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.database

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ FROM base AS builder
1111

1212
ARG USE_NPM_CN_MIRROR
1313

14-
ENV NEXT_PUBLIC_SERVICE_MODE="server" \
14+
ENV KEY_VAULTS_SECRET="use-for-build" \
15+
NEXT_PUBLIC_SERVICE_MODE="server" \
1516
DATABASE_DRIVER="node" \
1617
DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"
1718

0 commit comments

Comments
 (0)