docker_examples/elixir/Dockerfile
2022-07-29 01:12:01 +02:00

7 lines
No EOL
58 B
Docker

FROM elixir:latest
WORKDIR /app
COPY . .
RUN iex -s mix