We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7848d commit 8f1e945Copy full SHA for 8f1e945
Makefile
@@ -1,7 +1,7 @@
1
# Build a container via the command "make build"
2
# By Jason Gegere <jason@htmlgraphic.com>
3
4
-VERSION = 1.6.5
+VERSION = 1.6.6
5
NAME = apache
6
IMAGE_REPO = htmlgraphic
7
IMAGE_NAME = $(IMAGE_REPO)/$(NAME)
@@ -33,7 +33,7 @@ build:
33
push:
34
@echo "note: If the repository is set as an automatted build you will NOT be able to push"
35
docker push $(IMAGE_NAME):$(VERSION)
36
-
+
37
run:
38
[ ! -f .env ] && echo '.env file does not exist, copy env template' && cp .env.example .env || echo "env file exists"
39
docker-compose -f docker-compose.local.yml up -d
0 commit comments