Skip to content

Commit 10cf283

Browse files
performance testing
1 parent b4a9100 commit 10cf283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN if [ "$BUILD_MODE" = "local" ]; then \
4141
# 📦 Install Python Requirements
4242
# ─────────────────────────────
4343
WORKDIR /cl-dashboard-internal
44-
COPY requirements.txt requirements.txt # In case not already copied
44+
4545
RUN pip install --no-cache-dir -r requirements.txt
4646

4747
# ─────────────────────────────

0 commit comments

Comments
 (0)