소스 검색

Exclude arabic transliterator build.

scossu 1 년 전
부모
커밋
5fa2a71f10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -11,7 +11,7 @@ RUN pip install -r requirements.txt
 COPY entrypoint.sh uwsgi.ini wsgi.py ./
 
 COPY ext ./ext/
-RUN pip install ext/arabic_transliterator
+#RUN pip install ext/arabic_transliterator
 
 COPY scriptshifter ./scriptshifter/
 RUN chmod +x ./entrypoint.sh