Cmd
com.typesafe.sbt.packager.docker.Cmd
An arbitrary command
Attributes
- Example
-
val add = Cmd("ADD", "src/resource/LICENSE.txt", "/opt/docker/LICENSE.txt")
val copy = Cmd("COPY", "src/resource/LICENSE.txt", "/opt/docker/LICENSE.txt")
val env = Cmd("ENV", "APP_SECRET", "7sdfy7s9hfisdufuusud")
- Graph
-
- Supertypes
Members list
In this article