1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed disk permission tests

This commit is contained in:
Taloth Saldono
2020-11-21 22:14:58 +01:00
parent 0edb7b77a1
commit 2c76afb839
4 changed files with 130 additions and 14 deletions
+3
View File
@@ -17,6 +17,9 @@ RUN fromdos /startup.sh
WORKDIR /data/
VOLUME ["/data/_tests_linux", "/data/_output_linux", "/data/_tests_results"]
RUN groupadd sonarrtst -g 4020 && useradd sonarrtst -u 4021 -g 4020 -m -s /bin/bash
USER sonarrtst
CMD bash /startup.sh