mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +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
|
WORKDIR /app
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt setup.py .
|
||||||
|
|
||||||
RUN pip install -r /app/requirements.txt
|
RUN pip install -r /app/requirements.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user