Skip to content

Commit d5c80d0

Browse files
committed
Change to use the watchdog_part branch
1 parent 6c6518d commit d5c80d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM python:latest
33
RUN apt-get update \
44
&& apt-get install -y poppler-utils poppler-data \
55
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* \
6-
&& git clone https://github.com/ktaaaki/paper2html.git \
6+
&& git clone -b watchdog_part https://github.com/ktaaaki/paper2html.git \
77
&& python -m pip --no-cache-dir install -e paper2html
88

99
EXPOSE 5000
1010

11-
CMD [ "python", "/paper2html/paper2html/main.py", "--host=0.0.0.0" ]
11+
CMD [ "python", "/paper2html/paper2html/main.py", "--host=0.0.0.0", "--watch=True" ]

0 commit comments

Comments
 (0)