chore: use a different name for development forms container

This commit is contained in:
Aravinth Manivannan 2022-12-30 19:38:53 +05:30
parent 8a42978379
commit ff9864f5ad
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
readonly NAME=librepages-forms
readonly DB_NAME=librepages-forms-postgres
readonly NAME=librepages-forms-develop
readonly DB_NAME=librepages-forms-postgres-develop
docker rm -f $NAME
docker rm -f $DB_NAME