Class Dockerfile.CopyFileInstruction

java.lang.Object
com.bmuschko.gradle.docker.tasks.image.Dockerfile.FileInstruction<Dockerfile.CopyFile>
com.bmuschko.gradle.docker.tasks.image.Dockerfile.CopyFileInstruction
All Implemented Interfaces:
Dockerfile.Instruction
Enclosing class:
Dockerfile

public static class Dockerfile.CopyFileInstruction extends Dockerfile.FileInstruction<Dockerfile.CopyFile>
Represents a COPY instruction.