Skip to content

Commit 872631b

Browse files
committed
change image name
1 parent 12c564a commit 872631b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CURRENT_DIRECTORY := $(shell pwd)
22

33
build:
4-
@docker build --tag=iiiepe/nginx-drupal $(CURRENT_DIRECTORY)
4+
@docker build --tag=devsu/nginx-drupal7 $(CURRENT_DIRECTORY)
55

66
build-no-cache:
7-
@docker build --no-cache --tag=iiiepe/nginx-drupal $(CURRENT_DIRECTORY)
7+
@docker build --no-cache --tag=devsu/nginx-drupal7 $(CURRENT_DIRECTORY)
88

99
.PHONY: build
1010

0 commit comments

Comments
 (0)