Fix lil thing causing permission issues.

This commit is contained in:
Buster Neece 2023-12-07 07:22:10 -06:00
parent 59055ef31f
commit 2bcdb17910
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ COPY ./util/docker/docs /bd_build/docs/
RUN bash /bd_build/docs/setup.sh
RUN bash /bd_build/chown_dirs.sh \
bash /bd_build/cleanup.sh \
&& bash /bd_build/cleanup.sh \
&& rm -rf /bd_build
USER azuracast