mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-02 09:30:24 +00:00
fix(docker): update Dockerfile to copy only requirements.txt
This commit is contained in:
parent
81f9b5280b
commit
68f21744f5
@ -4,10 +4,10 @@ RUN apt-get update
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY requirements.txt setup.py .
|
COPY requirements.txt .
|
||||||
|
|
||||||
RUN pip install -r /app/requirements.txt
|
RUN pip install -r /app/requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ENTRYPOINT ["python3", "make_book.py"]
|
ENTRYPOINT ["python3", "make_book.py"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user