Skip to content

Commit 0cd2b40

Browse files
committed
fix
1 parent b36d3da commit 0cd2b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ $? -ne 0 ]]; then
1313
fi
1414

1515

16-
if [ "$CHANGE_CONTAINER_PORTS" ]; then
16+
if [ "$CHANGE_CONTAINER_PORTS" = True ]; then
1717
if [ "$HTTP_PORT" ]; then
1818
sed -i "s/3000/${HTTP_PORT}/g" ${CONFIG}
1919
if [ $? -eq 0 ]; then

0 commit comments

Comments
 (0)