adding a "dev" target to the makefile (#189)

This commit is contained in:
Aaron Schlesinger
2018-06-20 17:17:05 -07:00
committed by GitHub
parent 312da56044
commit da5b269c2d
+9
View File
@@ -16,3 +16,12 @@ test:
olympus-docker:
docker build -t gopackages/olympus -f cmd/olympus/Dockerfile .
dev:
# TODO: spin up all the services :)
# need to create an umbrella service in
# the docker compose file that declares all the
# deps
docker-compose -p athensdev up -d mysql
echo "sleeping for a bit to wait for the DB to come up"
sleep 5