fix: Directory permissions (#14)

This commit is contained in:
Kroese 2024-02-05 11:32:55 +01:00 committed by GitHub
parent c1a7398356
commit 3e6e5475d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -39,7 +39,7 @@ ADD https://raw.githubusercontent.com/qemus/qemu-docker/master/web/img/favicon.s
ADD https://raw.githubusercontent.com/qemus/qemu-docker/master/web/nginx.conf /etc/nginx/sites-enabled/web.conf
COPY ./src /run/
RUN chmod +x /run/*.sh
RUN chmod +x /run/*.sh && chmod 755 -R /var/www/
VOLUME /storage
EXPOSE 22 5900 8006

View file

@ -47,10 +47,9 @@ if [[ "$KVM" != [Nn]* ]]; then
else
KVM_OPTS=""
CPU_FEATURES=""
WIN_FEATURES=""
#KVM_OPTS=" -accel tcg,thread=multi"
KVM_OPTS=" -accel tcg,thread=multi"
if [ -z "$CPU_MODEL" ]; then
if [[ "$ARCH" == "arm"* ]]; then