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 49dedac commit 754c981Copy full SHA for 754c981
incubating/argocd-app-status/Dockerfile
@@ -7,7 +7,7 @@ COPY queries queries/
7
COPY argocd_app_status.py argocd_app_status.py
8
9
RUN pip3 install pyinstaller
10
-RUN pyinstaller --onefile argocd app_status.py
+RUN pyinstaller --onefile argocd_app_status.py
11
12
# stage 2 : Prod
13
FROM scratch
0 commit comments