We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71bf71 commit 76b177cCopy full SHA for 76b177c
.dockerignore
@@ -0,0 +1,8 @@
1
+*.png
2
+__pycache__/
3
+*.pyc
4
+dashboards/
5
+.github/
6
+*.ini
7
+*.yaml
8
+*.md
Dockerfile
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/python-311:1-72.1724040033
WORKDIR /app
-COPY --chown=1001:0 *.py requirements.txt ./
+COPY --chown=1001:0 . .
USER 1001
0 commit comments