mirror of
https://github.com/rjNemo/docker_examples
synced 2026-06-08 03:16:49 +00:00
7 lines
No EOL
58 B
Docker
7 lines
No EOL
58 B
Docker
FROM elixir:latest
|
|
|
|
WORKDIR /app
|
|
|
|
COPY . .
|
|
|
|
RUN iex -s mix |