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
The current Dockerfile does a copy all via COPY . . without any filtering on what is in the working directory. We should add a .dockerignore file to eliminate bloat. The current landscape has many things that can be ignored:
The current
Dockerfile
does a copy all viaCOPY . .
without any filtering on what is in the working directory. We should add a.dockerignore
file to eliminate bloat. The current landscape has many things that can be ignored:Acceptance Criteria
.dockerignore
file to ignore docs, binaries, test artefacts, github actions etc.The text was updated successfully, but these errors were encountered: