Skip to content

Commit

Permalink
fix. web_port env
Browse files Browse the repository at this point in the history
  • Loading branch information
HalcyonAzure committed Apr 21, 2023
1 parent cca7e6f commit 1eba120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eu

WEB_PORT = ${WEB_PORT:-8089}
WEB_PORT=${WEB_PORT:-8089}

envsubst '${WEB_PORT}' < /etc/apache2/sites-enabled/000-default.conf.template > /etc/apache2/sites-enabled/000-default.conf
envsubst '${WEB_PORT}' < /etc/apache2/ports.conf.template > /etc/apache2/ports.conf
Expand Down

0 comments on commit 1eba120

Please sign in to comment.