diff --git a/Dockerfile b/Dockerfile index 2f14ee7..778494b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ USER root # Copy init scripts # COPY docker-entrypoint.sh /entrypoint.sh -# provide container inside image for data persistance +# provide container inside image for data persistence VOLUME ["/var/www/html"] # ENTRYPOINT ["/entrypoint.sh"]