Working docker setup

This commit is contained in:
Shane Kilkelly
2018-10-15 11:06:18 +01:00
parent a1ac1bf17f
commit 394fd17dfa
3 changed files with 23 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
# git-bridge makefile
run:
run: package
java -jar target/writelatex-git-bridge-1.0-SNAPSHOT-jar-with-dependencies.jar conf/local.json
@@ -20,4 +21,4 @@ package:
mvn package
.PHONY: build clean test
.PHONY: run package build clean test