youtubedl test app folder doesn't exist
This commit is contained in:
parent
6fde411bf0
commit
cbb4e9f902
|
@ -88,7 +88,7 @@ RUN \
|
|||
&& chmod -R u=rwX,go=rX /app \
|
||||
&& printf "umask %d" "${UMASK}" >> /etc/bash.bashrc \
|
||||
&& update-ca-certificates \
|
||||
&& chown -R apps:apps /apps
|
||||
&& chown -R apps:apps /app
|
||||
|
||||
COPY --chown=apps:apps --from=builder [ "/extract/build/backend/public/", "/app/public/" ]
|
||||
COPY --chown=apps:apps --from=builder [ "/extract/backend/", "/app/" ]
|
||||
|
|
Loading…
Reference in New Issue