You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import NativePackagerKeys._
scalaVersion := "2.10.4"
maintainer in Docker := "Random Person <[email protected]>"
name in Docker := "sample-application"
daemonUser in Docker := normalizedName.value
dockerBaseImage := "dockerfile/java:oracle-java8"
dockerExposedPorts in Docker := Seq(8080)
packageArchetype.java_server
The docker file never actually includes EXPOSE. This build.sbt is as-per the documentation, and i've tried both a locally published HEAD from github, and also 0.8-M1
The text was updated successfully, but these errors were encountered:
given:
The docker file never actually includes
EXPOSE
. This build.sbt is as-per the documentation, and i've tried both a locally published HEAD from github, and also 0.8-M1The text was updated successfully, but these errors were encountered: