tumuyan2 commited on
Commit
ab6d392
1 Parent(s): 4eff3b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /code
6
  RUN wget -q https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-x86_64.tar.gz
7
  RUN tar -xvzf kiwix-tools_linux-x86_64.tar.gz ; cp -R kiwix-tools_linux-x86_64-*/* . ; rm kiwix-tools* -rf
8
  RUN wget -q https://download.kiwix.org/zim/wikipedia/wikipedia_zh_all_nopic_2024-04.zim
9
- RUN echo "exec ./kiwix-serve wikipedia_zh_all_nopic_2024-04.zim -p 7860" > kiwix.sh
10
  RUN chmod +x kiwix* ; ls -l
11
 
12
  COPY . .
 
6
  RUN wget -q https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-x86_64.tar.gz
7
  RUN tar -xvzf kiwix-tools_linux-x86_64.tar.gz ; cp -R kiwix-tools_linux-x86_64-*/* . ; rm kiwix-tools* -rf
8
  RUN wget -q https://download.kiwix.org/zim/wikipedia/wikipedia_zh_all_nopic_2024-04.zim
9
+ # RUN echo "exec ./kiwix-serve wikipedia_zh_all_nopic_2024-04.zim -p 7860" > kiwix.sh
10
  RUN chmod +x kiwix* ; ls -l
11
 
12
  COPY . .