Skip to content

Commit

Permalink
Improve make build-demo command
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Dec 23, 2019
1 parent deddcdc commit 590a578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ start-demo-full-with-optional-deps-d:
docker-compose -f docker-compose.deps.demo.yml -f docker-compose.demo.yml up -d --force-recreate

build-demo:
docker-compose -f docker-compose.deps.demo.yml -f docker-compose.demo.yml build layman
docker-compose -f docker-compose.deps.demo.yml -f docker-compose.demo.yml build layman layman_client geoserver hslayers

deps-start:
docker-compose -f docker-compose.deps.yml up --force-recreate -d
Expand Down

0 comments on commit 590a578

Please sign in to comment.