mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
syntax devil struck again
This commit is contained in:
@@ -47,7 +47,7 @@ RUN apt-get update && apt-get -y install \
|
||||
npm \
|
||||
python2 \
|
||||
python3 \
|
||||
gosu &\
|
||||
gosu \
|
||||
atomicparsley && \
|
||||
apt-get install -f && \
|
||||
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 [ "/backend/", "/app/" ]
|
||||
COPY --chown=$UID:$GID [ "/fix-scripts", "/app/" ]
|
||||
RUN chmod -R +x /app/fix-scripts
|
||||
RUN chmod -R 755 /app/fix-scripts/
|
||||
|
||||
EXPOSE 17442
|
||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user