Fixed wrinkles in build script
This commit is contained in:
parent
cedcc3fc9f
commit
ab94583e62
3 changed files with 19 additions and 16 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,4 @@
|
|||
IMAGE := chewingbever/fej
|
||||
TAG := 0.0.1-dev
|
||||
shell := /bin/bash
|
||||
|
||||
|
||||
all: debug
|
||||
|
|
@ -16,11 +14,11 @@ release:
|
|||
.PHONY: release
|
||||
|
||||
image: Dockerfile
|
||||
@ bash ./build '$(IMAGE)'
|
||||
@ ./build '$(IMAGE)'
|
||||
.PHONY: image
|
||||
|
||||
push:
|
||||
@ bash ./build '$(IMAGE)' push
|
||||
@ ./build '$(IMAGE)' push
|
||||
.PHONY: push
|
||||
|
||||
# Run
|
||||
|
|
|
|||
Reference in a new issue