Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rflihxyz authored Nov 13, 2023
1 parent 685982d commit b905c29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM node:16-alpine AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV DATABASE_URL="${DATABASE_URL}"
ARG DATABASE_URL
ENV DATABASE_URL "$DATABASE_URL"
#ENV DATABASE_URL="${DATABASE_URL}"
ENV JWT_SECRET="${JWT_SECRET}"

RUN corepack enable
Expand Down

0 comments on commit b905c29

Please sign in to comment.