We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82fb44 commit b8bce79Copy full SHA for b8bce79
1 file changed
README.md
@@ -417,15 +417,17 @@ Changing the `PC2NUTS_EXTRA_SOURCES` list invalidates the SQLite cache automatic
417
418
## Docker deployment
419
420
-### Build
+### Quick start (no clone needed)
421
422
```bash
423
-docker build -t postalcode2nuts .
+docker build -t postalcode2nuts https://github.com/bk86a/PostalCode2NUTS.git
424
+docker run -p 8000:8000 -v postalcode2nuts-data:/app/data postalcode2nuts
425
```
426
-### Basic run
427
+### Build from local clone
428
429
430
+docker build -t postalcode2nuts .
431
docker run -p 8000:8000 postalcode2nuts
432
433
0 commit comments