mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-02 08:51:28 +03:00
python3 now aliases as python in Dockerfile
This commit is contained in:
@@ -34,6 +34,9 @@ RUN apk add --no-cache \
|
|||||||
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
||||||
atomicparsley
|
atomicparsley
|
||||||
|
|
||||||
|
RUN ln -s /usr/bin/python3 /usr/bin/python & \
|
||||||
|
ln -s /usr/bin/pip3 /usr/bin/pip
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --chown=$UID:$GID [ "backend/package.json", "backend/package-lock.json", "/app/" ]
|
COPY --chown=$UID:$GID [ "backend/package.json", "backend/package-lock.json", "/app/" ]
|
||||||
RUN npm install forever -g
|
RUN npm install forever -g
|
||||||
|
|||||||
Reference in New Issue
Block a user