diff --git a/makefile b/makefile index 1266cff..92d4a73 100644 --- a/makefile +++ b/makefile @@ -4,6 +4,12 @@ PAR := $(MAKE) -j 128 watch: $(PAR) hr ts-w +docker-run: + docker run --restart always -p 30000:30000 pleshevski + +docker-build: + docker build -t pleshevski . + build: ts start: