Skip to content

Commit 120d687

Browse files
committed
fix: build issue in workflow
1 parent 146e5c2 commit 120d687

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
@@ -6,7 +6,7 @@ RUN apk update --no-cache \
66
WORKDIR /app
77
COPY ./scripts/entrypoint.sh /scripts/entrypoint.sh
88
COPY requirements.txt requirements.txt
9-
RUN pip install -r --no-cache-dir requirements.txt
9+
RUN pip install --no-cache-dir -r requirements.txt
1010
RUN apk del .build-deps
1111
COPY . .
1212
EXPOSE 8000

0 commit comments

Comments
 (0)