mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
adding a "dev" target to the makefile (#189)
This commit is contained in:
committed by
GitHub
parent
312da56044
commit
da5b269c2d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user