Skip to content

Commit b017db4

Browse files
committed
Update makefile target
1 parent f667727 commit b017db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ run-backend-e2e:
136136

137137
run-backend-fuzz:
138138
@COMPOSE_BAKE=true DOCKER_BUILDKIT=1 \
139-
docker compose --project-name nest-fuzz -f docker-compose/fuzz.yaml up --build --remove-orphans --abort-on-container-exit backend db
139+
docker compose --project-name nest-fuzz -f docker-compose/fuzz.yaml up --build --remove-orphans --abort-on-container-exit backend db cache
140140

141141
save-backup:
142142
@echo "Saving Nest backup"

0 commit comments

Comments
 (0)