Skip to content
Snippets Groups Projects
Verified Commit 3db6e50f authored by cyrinux's avatar cyrinux :construction_worker_tone1:
Browse files

chore: build good dockerfile

parent dcab5808
No related branches found
No related tags found
No related merge requests found
Pipeline #31609 failed
FROM elixir:1.15-alpine
RUN apk add --no-cache inotify-tools postgresql-client file make gcc libc-dev argon2 imagemagick cmake build-base libwebp-tools bash ncurses git python3 npm
RUN mix local.hex --force && mix local.rebar --force
WORKDIR /app
EXPOSE 4000
EXPOSE 5173
docker/production/Dockerfile
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment