6 lines
199 B
Makefile
6 lines
199 B
Makefile
build app:
|
|
docker build -t git.zatch.ru/tsivinsky/archivelocal-{{app}}:latest {{ if app == "api" {"."} else {"./web"} }}
|
|
|
|
push app:
|
|
docker push git.zatch.ru/tsivinsky/archivelocal-{{app}}:latest
|