mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-17 20:41:29 +03:00
syntax devil struck again
This commit is contained in:
@@ -47,7 +47,7 @@ RUN apt-get update && apt-get -y install \
|
|||||||
npm \
|
npm \
|
||||||
python2 \
|
python2 \
|
||||||
python3 \
|
python3 \
|
||||||
gosu &\
|
gosu \
|
||||||
atomicparsley && \
|
atomicparsley && \
|
||||||
apt-get install -f && \
|
apt-get install -f && \
|
||||||
apt-get autoremove --purge && \
|
apt-get autoremove --purge && \
|
||||||
@@ -67,7 +67,7 @@ RUN npm config set strict-ssl false && \
|
|||||||
COPY --chown=$UID:$GID --from=frontend [ "/build/backend/public/", "/app/public/" ]
|
COPY --chown=$UID:$GID --from=frontend [ "/build/backend/public/", "/app/public/" ]
|
||||||
COPY --chown=$UID:$GID [ "/backend/", "/app/" ]
|
COPY --chown=$UID:$GID [ "/backend/", "/app/" ]
|
||||||
COPY --chown=$UID:$GID [ "/fix-scripts", "/app/" ]
|
COPY --chown=$UID:$GID [ "/fix-scripts", "/app/" ]
|
||||||
RUN chmod -R +x /app/fix-scripts
|
RUN chmod -R 755 /app/fix-scripts/
|
||||||
|
|
||||||
EXPOSE 17442
|
EXPOSE 17442
|
||||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user