mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-19 02:21:28 +03:00
for now: user has to DIY chmod +x fix-scripts
This commit is contained in:
@@ -67,7 +67,6 @@ 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 755 /app/fix-scripts/
|
|
||||||
|
|
||||||
EXPOSE 17442
|
EXPOSE 17442
|
||||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user