Skip to content

Commit

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

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV DATABASE_URL `DATABASE_URL`

RUN corepack enable
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit f16e39d

Please sign in to comment.