elixir/docker
Lukas Joisten 1a761e98d3 Dockerfile: set environment variable $ELIXIR_ROOT
Set env variable $ELIXIR_ROOT inside the Dockerfile. That is used by
utils/index-all-repositories to know where to put repo/data directories.

With that adjustment the docker setup is working as indicated in the
README.

Fix the following error:

$ docker exec -it -e PYTHONUNBUFFERED=1 elixir-container /bin/bash -c \
  'export "PATH=/usr/local/elixir/venv/bin:$PATH" ; /usr/local/elixir/utils/index-all-repositories'
Error: ELIXIR_ROOT environment variable not set
It's where Elixir data are stored
2024-12-02 18:14:27 +01:00
..
000-default.conf Dockerfile: update to support WSGI Elixir 2024-08-27 11:33:19 +02:00
Dockerfile Dockerfile: set environment variable $ELIXIR_ROOT 2024-12-02 18:14:27 +01:00