Skip to content

Make Clean uses ctrl-next #913

Description

@plouka13

In the Makefile we have a clean command that takes down the DB volume:

clean: db-down
	NODE_VERSION=$(NODE_VERSION) docker volume rm ctrl-next_ctrl-db

the name of the db volume is outdated.

➜  ctrl git:(825-store-emails-lowercase) make clean
NODE_VERSION=22.14.0 docker compose down
[+] Running 4/4
 ✔ Container ctrl-admin-1    Removed                                                                                                                                                                                                                                                                  0.8s 
 ✔ Container ctrl-db-test-1  Removed                                                                                                                                                                                                                                                                  0.1s 
 ✔ Container ctrl-db-1       Removed                                                                                                                                                                                                                                                                  0.1s 
 ✔ Network ctrl_default      Removed                                                                                                                                                                                                                                                                  0.1s 
NODE_VERSION=22.14.0 docker volume rm ctrl-next_ctrl-db
Error response from daemon: get ctrl-next_ctrl-db: no such volume
make: *** [clean] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions