Restore Docker development
This is a WIP. There's most notably the yarn run build:pictures
that is being run at each container startup.
The .env.template
file needs to be copied to .env
so that the docker-compose works properly (not sure we should even bother with this though).
Todo:
-
Documentation for this -
Move fetching deps/compiling pictures in separate tasks and not at startup -
Document how to attach to iex (see https://github.com/CrowdHailer/elixir-on-docker/blob/master/README.md#attach-iex-session ) -
test that test docker-compose works
Edited by Thomas