We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36d3da commit 0cd2b40Copy full SHA for 0cd2b40
files/entrypoint.sh
@@ -13,7 +13,7 @@ if [[ $? -ne 0 ]]; then
13
fi
14
15
16
-if [ "$CHANGE_CONTAINER_PORTS" ]; then
+if [ "$CHANGE_CONTAINER_PORTS" = True ]; then
17
if [ "$HTTP_PORT" ]; then
18
sed -i "s/3000/${HTTP_PORT}/g" ${CONFIG}
19
if [ $? -eq 0 ]; then
0 commit comments