diff --git a/Djan.go b/Djan.go new file mode 100644 index 00000000..e690e440 --- /dev/null +++ b/Djan.go @@ -0,0 +1 @@ +Another code demo diff --git a/bin/build b/bin/build index b5ca59a5..4757295d 100755 --- a/bin/build +++ b/bin/build @@ -1,7 +1,7 @@ #!/bin/bash -exu # brew install maven # for macosx -mvn package # creates target/demo.war +mvn package # creates directory target/demo.war # Move the artifact into pkg so we do not have to send the whole target file # to the docker build context. We will dockerignore target because it contains # other build files that bloats the upload context sent to docker.