Skip to content

Commit

Permalink
Merge pull request #127 from geoadmin/feat-pb-569-switch-to-docker-co…
Browse files Browse the repository at this point in the history
…mpose-plugin

PB-569 Remove docker-compose references
  • Loading branch information
schtibe authored Aug 23, 2024
2 parents f4272d4 + 161ac37 commit 11a7082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ dockerrun:
$(DOCKER_IMG_LOCAL_TAG)


.PHONY: shutdown
shutdown:
HTTP_PORT=$(HTTP_PORT) docker-compose down


# Clean targets

.PHONY: clean_venv
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Height and profile services for http://api3.geo.admin.ch

### Dependencies

The **Make** targets assume you have **bash**, **curl**, **python3.9**, **pipenv**, **docker** and **docker-compose** installed.
The **Make** targets assume you have **bash**, **curl**, **python3.9**, **pipenv**, **docker** installed.

### Setting up to work

Expand Down

0 comments on commit 11a7082

Please sign in to comment.