Skip to content

Commit

Permalink
feat(HMS-3914): harden Dockerfile
Browse files Browse the repository at this point in the history
Add .podman .docker and .kube directories to .dockerignore
Add '*.log' to the ignored files.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Apr 16, 2024
1 parent 8e54695 commit e56396c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.podman
.docker
.kube

# Ignore /secrets directory content
secrets

Expand All @@ -10,4 +14,5 @@ config/bonfire.yaml
.npm
.cache
.devcontainer
*.log

0 comments on commit e56396c

Please sign in to comment.