Skip to content

Commit

Permalink
Create wercker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beseiso authored Feb 12, 2019
1 parent b480f5d commit b5a0b97
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#Use OpenJDK base docker image from dockerhub and open the application port on the docker container
box:
id: openjdk:8
ports:
- 8080

#Build our application using Maven, just as we always have
build:
steps:
- install-packages:
packages: maven
- script:
name: maven build
code: mvn clean assembly:assembly

0 comments on commit b5a0b97

Please sign in to comment.