Fix typos (#23)

This commit is contained in:
Pierre Grimaud 2020-04-26 00:46:51 +02:00 committed by GitHub
parent 47c803cb0a
commit 3ae7b8c68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ USER root
# Copy init scripts # Copy init scripts
# COPY docker-entrypoint.sh /entrypoint.sh # COPY docker-entrypoint.sh /entrypoint.sh
# provide container inside image for data persistance # provide container inside image for data persistence
VOLUME ["/var/www/html"] VOLUME ["/var/www/html"]
# ENTRYPOINT ["/entrypoint.sh"] # ENTRYPOINT ["/entrypoint.sh"]