Update Dockerfile

This commit is contained in:
Kroese 2024-02-05 11:32:19 +01:00 committed by GitHub
parent 01ff362c78
commit 3869dcc35c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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