Code-Formatter/Makefile
2017-12-24 16:37:51 +01:00

15 lines
224 B
Makefile

all: build publish
build:
docker build -t yoursystemcz/code-formatter:latest .
publish:
docker push yoursystemcz/code-formatter:latest
exec:
docker run --rm -it --entrypoint bash yoursystemcz/code-formatter:latest