mirror of
https://github.com/rjNemo/docker_examples
synced 2026-06-06 02:26:45 +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 |