diff --git a/Dockerfile b/Dockerfile index 6de5fc8..03f67c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN sed -i 's/root \/home\/USER\/www\/html/root \/var\/www/g' /etc/nginx/conf.d/ COPY /entrypoint.sh / -VOLUME ["/var/www/user"] +VOLUME /var/www/user EXPOSE 80 CMD ["sh", "/entrypoint.sh"] \ No newline at end of file