mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
Added python3 to prod target of web Dockerfile
This commit is contained in:
parent
e8ade4866b
commit
d9f918005a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue