Skip to content

Commit

Permalink
Add missing files to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Mar 29, 2024
1 parent 1b96def commit 6752510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devops/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ENV RECAPTCHA_PUBLIC_KEY=${RECAPTCHA_PUBLIC_KEY}
ENV RECAPTCHA_SECRET=${RECAPTCHA_SECRET}

# install mix dependencies
COPY version.txt ./version.txt
COPY mix.exs mix.lock ./
RUN mix deps.get --only $MIX_ENV
RUN mkdir config
Expand Down

0 comments on commit 6752510

Please sign in to comment.