diff --git a/Dockerfile b/Dockerfile index 6d6c64a..e75f669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN mkdir -p /var/www \ COPY /entrypoint.sh / -VOLUME /var/www/user +VOLUME /var/www/ EXPOSE 80 CMD ["sh", "/entrypoint.sh"] \ No newline at end of file