Skip to content

Commit

Permalink
more build info on qgis server
Browse files Browse the repository at this point in the history
  • Loading branch information
ferregutie committed Jul 2, 2024
1 parent 9163a64 commit 73282af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ $ git clone git@github.com:enricofer/djakart.git
$ cd djakart
```

2. build the image
2. build the images

```
$ docker build -t enricofer/qgis-server:latest ./build_qgis
$ docker build --build-context webapp_root=./webapp -t enricofer/djakart:latest ./build_webapp
```

3. start the container
3. start the containers

```
$ docker compose up -d
Expand Down

0 comments on commit 73282af

Please sign in to comment.