Added python3 to docker image of web

pull/168/head
Alex Tran 2022-05-21 02:30:00 -05:00
parent bbfa789a4e
commit e8ade4866b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ RUN chown node:node /usr/src/app
COPY --chown=node:node package*.json ./
RUN apk add --update-cache build-base python3
RUN npm install
COPY --chown=node:node . .