ExecCmd
com.typesafe.sbt.packager.docker.ExecCmd
Executable command
Attributes
- Example
-
ExecCmd("RUN", "chown", "-R", daemonUser, ".")
ExecCmd("ENTRYPOINT", "bin/%s" format execScript),
ExecCmd("CMD")
ExecCmd("VOLUME", exposedVolumes: _*)
- Graph
-
- Supertypes
Members list
In this article