Open mfhepp opened 11 months ago
COPY src/ ./ includes e.g. the Dockerfile.
COPY src/ ./
Dockerfile
Either use more specific command or exclude more files via .dockerignore.
.dockerignore
Also the COPY command is unnecessary when a Notebook image is built.
COPY src/ ./
includes e.g. theDockerfile
.Either use more specific command or exclude more files via
.dockerignore
.