Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
First attempt at building a container.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing committed Oct 29, 2023
1 parent cd17bf9 commit a15f085
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM erlang:26

RUN mkdir -p /workdir

COPY . /workdir
workdir

WORKDIR /workdir

CMD ["rebar3" , "compile"]

ENTRYPOINT ["rebar3", "lfe", "run"]

0 comments on commit a15f085

Please sign in to comment.