This commit is contained in:
parent
d18c841034
commit
27ef0424c9
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ build: prepare
|
||||||
docker build -t $(IMAGE_NAME) .
|
docker build -t $(IMAGE_NAME) .
|
||||||
|
|
||||||
test:
|
test:
|
||||||
docker run --rm -it $(IMAGE_NAME) sudo -u tt -E joj3 --help
|
docker run --rm $(IMAGE_NAME) sudo -u tt -E joj3 --help
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker push $(IMAGE_NAME)
|
docker push $(IMAGE_NAME)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user