We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda454 commit 804363bCopy full SHA for 804363b
incubating/argocd-app-status/Dockerfile
@@ -5,9 +5,9 @@ COPY requirements.txt requirements.txt
5
COPY queries queries/
6
COPY argocd_app_status.py argocd_app_status.py
7
8
-RUN pip3 install -r requirements.txt
9
-RUN pip3 install pyinstaller
10
-RUN pyinstaller --onefile argocd_app_status.py
+RUN pip3 install -r requirements.txt
+RUN pip3 install pyinstaller
+RUN pyinstaller --onefile argocd_app_status.py
11
12
# stage 2 : Prod
13
FROM alpine:3.20.3
0 commit comments