Skip to content

Commit

Permalink
Fix reverseproxy passing to build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Mar 6, 2024
1 parent 7daecad commit 2b828d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ fi
docker run -v "$PWD/compose:/app/compose" \
--env-file <(env | grep BITCART_) \
--env NAME=$NAME \
--env REVERSEPROXY_HTTP_PORT=$REVERSEPROXY_HTTP_PORT \
--env REVERSEPROXY_HTTPS_PORT=$REVERSEPROXY_HTTPS_PORT \
--rm $BITCARTGEN_DOCKER_IMAGE $@

0 comments on commit 2b828d5

Please sign in to comment.