mirror of
https://github.com/rjNemo/docker_examples
synced 2026-06-11 12:56:40 +00:00
use elixir-alpine base image
Signed-off-by: Ruidy <rnemausat@newstore.com>
This commit is contained in:
parent
996f60287b
commit
30bab55d9c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM elixir:latest
|
FROM elixir:1.14-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN iex -s mix
|
CMD ["iex", "-S", "mix"]
|
||||||
Loading…
Reference in a new issue