Skip to content

Commit

Permalink
what is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Nov 24, 2023
1 parent c348efb commit 39982dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/docker-server
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -e
./bin/migrate-check

# if we are on the unit image run the unit entrypoint
if [ -f /usr/local/bin/docker-entrypoint.sh ]; then
echo "Running unit entrypoint"
exec $(dirname -- "${BASH_SOURCE[0]}")/docker-server-unit
fi
# if [ -f /usr/local/bin/docker-entrypoint.sh ]; then
# echo "Running unit entrypoint"
# exec $(dirname -- "${BASH_SOURCE[0]}")/docker-server-unit
# fi

# To ensure we are able to expose metrics from multiple processes, we need to
# provide a directory for `prometheus_client` to store a shared registry.
Expand Down

0 comments on commit 39982dc

Please sign in to comment.