Skip to content

Commit 894efb7

Browse files
committed
patch(makefile): fix command docker: doesn't work
1 parent 86e2517 commit 894efb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FPM_URL := http://localhost:8088
77

88
.PHONY: k6 clean
99

10-
docker:
10+
pull-docker:
1111
@echo "Pulling Docker images..."
1212
docker pull redis:7-alpine
1313
docker pull php:8.4-fpm

0 commit comments

Comments
 (0)