Skip to content

Commit 49dedac

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

incubating/argocd-app-status/Dockerfile

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

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

1212
# stage 2 : Prod
1313
FROM scratch
14+
15+
# USER codefresh
16+
RUN useradd -d /home/codefresh -m -s /usr/bin/bash codefresh
17+
USER codefresh
18+
1419
WORKDIR /app
1520
COPY queries queries/
1621
COPY dist/argocd_app_status argocd_app_status

0 commit comments

Comments
 (0)