Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold authored May 21, 2024
1 parent 67400d2 commit c6fe715
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COPY package*.json ./
# Install pnpm
RUN npm install -g pnpm

# install python
RUN apk add --no-cache python3

RUN pnpm install
COPY . .
RUN pnpm run generate
Expand Down

0 comments on commit c6fe715

Please sign in to comment.