Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Nov 13, 2023
1 parent 84c86fb commit 14cc2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM node:16-alpine AS base

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

RUN corepack enable
COPY . /app
Expand Down

0 comments on commit 14cc2c2

Please sign in to comment.