diff --git a/Dockerfile b/Dockerfile index ea6b48b..6de5fc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,5 +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"] + EXPOSE 80 CMD ["sh", "/entrypoint.sh"] \ No newline at end of file