Skip to content

Commit

Permalink
[NOJIRA]
Browse files Browse the repository at this point in the history
add docker run configuration back
  • Loading branch information
jj committed Jun 4, 2019
1 parent 650b0d1 commit bb34bcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,14 @@ docker {
files tasks.bootJar.outputs
files 'src/main/docker-files/loader.properties'
buildArgs(['JAR_FILE': "shibui-${version}.jar"])
}

tasks.dockerRun.dependsOn tasks.docker
dockerRun {
name 'shibuiint'
image 'unicon/shibui'
ports '10101:8080'
daemonize true
command '--spring.profiles.include=very-dangerous,dev'
clean true
}

0 comments on commit bb34bcf

Please sign in to comment.