Skip to content

Commit

Permalink
fix: ensure HOST is set when building Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Oct 11, 2023
1 parent 827236d commit f3cf9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mix local.hex --force && \

RUN apk add --update git make build-base erlang-dev

ENV MIX_ENV=prod
ENV MIX_ENV=prod HOST=api-v3.mbta.com

ADD apps apps
ADD config config
Expand Down

0 comments on commit f3cf9da

Please sign in to comment.