This commit is contained in:
Rodolfo Berrios
2022-04-04 10:14:14 -04:00
parent d1c2af5dec
commit bdfd06c46b
2 changed files with 1 additions and 5 deletions

View File

@@ -119,7 +119,3 @@ down--volumes: arguments
-p ${PROJECT} \
-f projects/prod.yml \
down --volumes
app-volume--flush: down
@docker volume rm \
${PROJECT}_app

View File

@@ -32,7 +32,7 @@ To update Chevereto make sure to update this repository, then follow these steps
Run the following command to wipe the application volume:
```sh
make app-volume--flush <options>
make chevereto-volume-rm <options>
```
Once removed, on new container `up` the application volume will be re-created with the updated Chevereto files.