Evstigneev Denis
8886dcba9c
Reviewed-on: #3 Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru> Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru>
7 lines
234 B
Makefile
7 lines
234 B
Makefile
#New version of proto Makefile and Dockerfile can be found
|
|
#at https://qcm-git.mbrd.ru/service-platform/examples/makefile
|
|
|
|
.PHONY: proto
|
|
proto:
|
|
docker build -t proto:latest .
|
|
docker run --rm --name=proto -v `pwd`:/build proto:latest
|