1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00

Added python3 to prod target of web Dockerfile

This commit is contained in:
Alex Tran 2022-05-21 02:34:39 -05:00
parent e8ade4866b
commit d9f918005a

View File

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