Add comment

This commit is contained in:
xZero707 2020-03-29 01:46:30 +01:00
parent 3a95a4ec0c
commit 8953ce6759

View File

@ -1,6 +1,9 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
set -e set -e
# Designed to replace original, overcomplicated entrypoint script from official wordpress docker repository
# Why not use already available tools instead?!
function wp() { function wp() {
# Running as root in container is OK as long as all security implications are observed and maintained # Running as root in container is OK as long as all security implications are observed and maintained
/usr/local/bin/wp --allow-root "$@" /usr/local/bin/wp --allow-root "$@"