mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
Added python3 to docker image of web
This commit is contained in:
parent
bbfa789a4e
commit
e8ade4866b
@ -7,6 +7,8 @@ RUN chown node:node /usr/src/app
|
|||||||
|
|
||||||
COPY --chown=node:node package*.json ./
|
COPY --chown=node:node package*.json ./
|
||||||
|
|
||||||
|
RUN apk add --update-cache build-base python3
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
COPY --chown=node:node . .
|
COPY --chown=node:node . .
|
||||||
|
Loading…
Reference in New Issue
Block a user