Update Dockerfile
This commit is contained in:
parent
01ff362c78
commit
3869dcc35c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
ADD https://raw.githubusercontent.com/qemus/qemu-docker/master/web/nginx.conf /etc/nginx/sites-enabled/web.conf
|
||||||
|
|
||||||
COPY ./src /run/
|
COPY ./src /run/
|
||||||
RUN chmod +x /run/*.sh
|
RUN chmod +x /run/*.sh && chmod 755 -R /var/www/
|
||||||
|
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
EXPOSE 22 5900 8006
|
EXPOSE 22 5900 8006
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue