feat(docker-compose): add TAG option (#18214)

This commit is contained in:
Ville Brofeldt
2022-01-28 15:00:15 +02:00
committed by GitHub
parent b2bfb92cc4
commit 0a91a6880a
5 changed files with 23 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ docker-compose up
The other option is to start Superset via Docker Compose is using the recipe in `docker-compose-non-dev.yml`, which will use pre-built frontend assets and skip the building of front-end assets:
```
docker-compose -f docker-compose-non-dev.yml pull
docker-compose -f docker-compose-non-dev.yml up
```