Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Explicitly set ready_path
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Feb 12, 2023
1 parent d6d0f7e commit afe59c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1

ENV fprocess="bundle exec falcon serve -b http://0.0.0.0 -p 4567 -n 1"
ENV upstream_url="http://127.0.0.1:4567"
ENV ready_path="/_/ready"
ENV mode="http"
ENV APP_ENV="production"
ENV ENVIRONMENT="production"
Expand Down

0 comments on commit afe59c6

Please sign in to comment.