Skip to content

Commit

Permalink
set DATABASE_URL (dummy) in Dockerfile #172
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 3, 2022
1 parent 559f72d commit 452a616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN mix local.hex --force && \
# set build ENV as prod
ENV MIX_ENV=prod
ENV SECRET_KEY_BASE=nokey
ENV DATABASE_URL=setbyenv

# Copy over the mix.exs and mix.lock files to load the dependencies. If those
# files don't change, then we don't keep re-fetching and rebuilding the deps.
Expand Down

0 comments on commit 452a616

Please sign in to comment.