takahe/docker
TAKAHASHI Shuuji cb26d78d36
Use repository root as build context in docker-compose
This fixes the issue where `docker-compose` fails to build takahe:latest container. The cause of issue is the build context for docker compose is different from the one of `docker build`. Currently, `make image` uses the repository root as a build context while `make compose_up` will use `docker/` directory as a build context. That's why docker-compose couldn't find the required files during building.
2022-11-23 13:06:17 -07:00
..
Dockerfile Rework dockerfile and compose to separate migrations 2022-11-21 16:26:53 -07:00
docker-compose.yml Use repository root as build context in docker-compose 2022-11-23 13:06:17 -07:00