Skip to content

Commit 1e60e38

Browse files
Update Dockerfile
1 parent 9062f77 commit 1e60e38

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
@@ -3,7 +3,7 @@ WORKDIR /data
33

44
COPY . /data
55

6-
RUN pip install -r requirements/dev.txt
6+
RUN pip install -r requirements.txt
77

88
ENV PYTHONPATH=/data
99

0 commit comments

Comments
 (0)