Skip to content

Commit f9adc53

Browse files
committed
comments, re-indents, etc (nothing substantitive)
1 parent 6b0cc7f commit f9adc53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ CMD \
1515
export WORDPRESS_DB_HOST=$( echo "${NOMAD_ADDR_db?}" | cut -f1 -d:) && \
1616
export WORDPRESS_DB_PORT=$(echo "${NOMAD_ADDR_db?}" | cut -f2 -d:) && \
1717
export WORDPRESS_DB_PORT_NUMBER=$(echo "${NOMAD_ADDR_db?}" | cut -f2 -d:) && \
18+
echo xxxx && env |sort && \
1819
#
1920
# Need to ensure HOSTNAME:PORT value is accurate
2021
# ( perl -i -pe "s/'DB_HOST'.*/'DB_HOST', '${NOMAD_ADDR_db?}');/" /bitnami/wordpress/wp-config.php || echo bootstrapping ) && \
2122
#
22-
/usr/local/bin/docker-entrypoint.sh apache2-foreground
23+
# xxxx sleep 10:
24+
/usr/local/bin/docker-entrypoint.sh apache2-foreground || sleep 10
25+

0 commit comments

Comments
 (0)