Initial commit

This commit is contained in:
Arnie
2017-12-24 16:37:51 +01:00
commit 9d42de5bb9
4 changed files with 91 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
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