Skip to content

Commit c6fe715

Browse files
authored
Update Dockerfile
1 parent 67400d2 commit c6fe715

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

web/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ COPY package*.json ./
88
# Install pnpm
99
RUN npm install -g pnpm
1010

11+
# install python
12+
RUN apk add --no-cache python3
13+
1114
RUN pnpm install
1215
COPY . .
1316
RUN pnpm run generate

0 commit comments

Comments
 (0)