Skip to content

Commit

Permalink
Fix MAKEFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Sep 26, 2023
1 parent a7b41de commit 9445199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/geoapi-services/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

.PHONY: start
start:
echo "starting (GEOAPI_TAG=$GEOAPI_TAG)
docker compose -f docker-compose.yml up -d

.PHONY: stop
Expand All @@ -9,4 +10,4 @@ stop:

.PHONY: pull
pull:
docker pull api workers nginx rabbitmq
docker compose pull api workers nginx rabbitmq

0 comments on commit 9445199

Please sign in to comment.