Skip to content

Commit 0cb7538

Browse files
author
Iyappan Subramanian
committed
Renamed docker install script
1 parent 7ca527a commit 0cb7538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ COPY requirements.txt .
77
RUN pip install uv
88
RUN pip install -r requirements.txt
99

10-
COPY 02-install-docker.sh .
11-
RUN ./02-install-docker.sh
10+
COPY install-docker.sh .
11+
RUN ./install-docker.sh
1212

1313
FROM base AS runtime
1414
COPY ./static ./static
15-
COPY compose.yaml app.py 02-install-docker.sh .
15+
COPY compose.yaml app.py .
1616

1717
#CMD ["python", "launcher/launcher.py"]
1818
CMD ["python", "-u", "app.py"]
File renamed without changes.

0 commit comments

Comments
 (0)