Skip to content

Commit 754c981

Browse files
author
lrochette
committed
Fix source file name
Signed-off-by: lrochette <[email protected]>
1 parent 49dedac commit 754c981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incubating/argocd-app-status/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY queries queries/
77
COPY argocd_app_status.py argocd_app_status.py
88

99
RUN pip3 install pyinstaller
10-
RUN pyinstaller --onefile argocd app_status.py
10+
RUN pyinstaller --onefile argocd_app_status.py
1111

1212
# stage 2 : Prod
1313
FROM scratch

0 commit comments

Comments
 (0)