Skip to content

Commit 804363b

Browse files
author
lrochette
committed
spaces
Signed-off-by: lrochette <[email protected]>
1 parent 8eda454 commit 804363b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

incubating/argocd-app-status/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ COPY requirements.txt requirements.txt
55
COPY queries queries/
66
COPY argocd_app_status.py argocd_app_status.py
77

8-
RUN pip3 install -r requirements.txt
9-
RUN pip3 install pyinstaller
10-
RUN pyinstaller --onefile argocd_app_status.py
8+
RUN pip3 install -r requirements.txt
9+
RUN pip3 install pyinstaller
10+
RUN pyinstaller --onefile argocd_app_status.py
1111

1212
# stage 2 : Prod
1313
FROM alpine:3.20.3

0 commit comments

Comments
 (0)