We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c564a commit 872631bCopy full SHA for 872631b
Makefile
@@ -1,10 +1,10 @@
1
CURRENT_DIRECTORY := $(shell pwd)
2
3
build:
4
- @docker build --tag=iiiepe/nginx-drupal $(CURRENT_DIRECTORY)
+ @docker build --tag=devsu/nginx-drupal7 $(CURRENT_DIRECTORY)
5
6
build-no-cache:
7
- @docker build --no-cache --tag=iiiepe/nginx-drupal $(CURRENT_DIRECTORY)
+ @docker build --no-cache --tag=devsu/nginx-drupal7 $(CURRENT_DIRECTORY)
8
9
.PHONY: build
10
0 commit comments