This commit is contained in:
14
dev.dockerfile
Normal file
14
dev.dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM hexpm/elixir:1.18.4-erlang-26.2.5.18-debian-bookworm-20260223-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
git \
|
||||
curl \
|
||||
inotify-tools \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN mix local.hex --force && mix local.rebar --force
|
||||
|
||||
ENV MIX_ENV=dev
|
||||
Reference in New Issue
Block a user