./start.sh prod
For ease of development, mount the source directory of horse into the container and auto reloading (DEBUG=true) is also enabled in docker-compose-dev.yml
. You need to export the environment variable HORSE_SRC
, then start development!
export HORSE_SRC=/path/to/horse/src # path of the git repo of horse
# or put the environment variables to a .env file
./start.sh dev
./start.sh stage