mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-04 02:20:18 +00:00
fix(dockerfile): bug fix for building Docker image (#291)
Co-authored-by: bigbyto <bigbyto@Bigbytos-iMac.local>
This commit is contained in:
parent
02c2f13737
commit
866278b7b7
@ -4,7 +4,7 @@ RUN apt-get update
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
COPY requirements.txt setup.py .
|
||||
|
||||
RUN pip install -r /app/requirements.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user