Skip to content

Commit 02b2cc9

Browse files
committed
Actually fix
1 parent 01bd040 commit 02b2cc9

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
@@ -5,7 +5,7 @@ WORKDIR /app
55

66
COPY ./Pipfile ./Pipfile.lock ./
77
RUN ["pip", "install", "pipenv"]
8-
RUN ["pipenv", "requirements", "--dev", ">", "requirements.txt"]
8+
RUN ["sh", "-c", "pipenv requirements --dev > requirements.txt"]
99

1010
FROM python:3.12-alpine as build
1111

0 commit comments

Comments
 (0)