restore Dockerfile

This commit is contained in:
2023-08-10 12:44:12 +03:00
parent 92153397a0
commit a0d101e9ce
2 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#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