From bdfd06c46baa70c60bb1ca225e91b3dc6a5e31e5 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:14:14 -0400 Subject: [PATCH] typos --- Makefile | 4 ---- docs/UPDATING.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 2cd794d..0b3dbaf 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,3 @@ down--volumes: arguments -p ${PROJECT} \ -f projects/prod.yml \ down --volumes - -app-volume--flush: down - @docker volume rm \ - ${PROJECT}_app \ No newline at end of file diff --git a/docs/UPDATING.md b/docs/UPDATING.md index c4c49b2..6f825d1 100644 --- a/docs/UPDATING.md +++ b/docs/UPDATING.md @@ -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 +make chevereto-volume-rm ``` Once removed, on new container `up` the application volume will be re-created with the updated Chevereto files.