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:
parent
e8ade4866b
commit
d9f918005a
@ -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 New Issue
Block a user