Fix typos
This commit is contained in:
parent
47c803cb0a
commit
7a38608816
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue