Skip to content

Commit

Permalink
fixes docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
brianberlin committed Mar 8, 2024
1 parent 7b0bee0 commit be4a1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM hexpm/elixir:1.16.1-erlang-26.2.2-ubuntu-jammy-20240125

ADD mix.exs mix.lock ./
RUN mix deps.get
RUN cp deps/castore/priv/cacerts.pem /
COPY coverage_reporter /
COPY entrypoint.sh /
COPY deps/castore/priv/cacerts.pem /

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit be4a1f0

Please sign in to comment.