lulabad/murky

Update the Docker build instructions

Opened this issue · 1 comments

Before running docker-compose execute:

  • mix deps.get
  • cd assets && npm i

No need to run this commands before running docker compose, because that is done in the Dockerfile before compiling and building the release, that is then started by docker compose command.