Skip to content

Commit 4746b78

Browse files
committed
Add dcup-dbs target to Makefile, extending dcup-light functionality
1 parent 3e4a4e1 commit 4746b78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pull:
5050
docker-compose -p ${GITHUB_RUN_ID} pull
5151
vsa-wait:
5252
bash vsa_wait.sh
53+
dcup-dbs: dcup-light
5354
dcup-light:
5455
docker-compose -p ${GITHUB_RUN_ID} -f docker-compose.yml -f docker-compose-db.yml -f docker-compose.override.yml up -d postgres mongo
5556
dcup: dcd

0 commit comments

Comments
 (0)