Skip to content

Commit 76b177c

Browse files
committed
Add dockerignore
1 parent d71bf71 commit 76b177c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.dockerignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.png
2+
__pycache__/
3+
*.pyc
4+
dashboards/
5+
.github/
6+
*.ini
7+
*.yaml
8+
*.md

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/python-311:1-72.1724040033
22

33
WORKDIR /app
44

5-
COPY --chown=1001:0 *.py requirements.txt ./
5+
COPY --chown=1001:0 . .
66

77
USER 1001
88

0 commit comments

Comments
 (0)