Skip to content

Commit

Permalink
fix: add JWT_SECRET placeholder to Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Oct 7, 2024
1 parent 42da7b2 commit 8fac089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN pnpm install --frozen-lockfile
COPY --from=pruner /build/out/full/ .
RUN POSTGRES_URL="postgres://postgres:password@localhost:5432/database" \
PINATA_JWT="junk" \
JWT_SECRET="12345678" \
pnpm turbo run build --filter=${APP_NAME}


Expand Down

0 comments on commit 8fac089

Please sign in to comment.