Parcourir la source

Use git clone instead of submodule.

scossu il y a 1 an
Parent
commit
6d8da6df68
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -15,8 +15,8 @@ COPY entrypoint.sh uwsgi.ini wsgi.py ./
 COPY ext ./ext/
 # Github actions checkout won't sync these submodules recursively.
 RUN apt install -y git
-RUN git submodule add https://github.com/ibleaman/loshn-koydesh-pronunciation.git ext/yiddish/yiddish/submodules/loshn-koydesh-pronunciation
-RUN git submodule add  https://github.com/ibleaman/hasidify_lexicon.git yiddish/submodules/hasidify_lexicon
+RUN git clone https://github.com/ibleaman/loshn-koydesh-pronunciation.git ext/yiddish/yiddish/submodules/loshn-koydesh-pronunciation
+RUN git clone https://github.com/ibleaman/hasidify_lexicon.git yiddish/submodules/hasidify_lexicon
 COPY scriptshifter ./scriptshifter/
 
 COPY requirements.txt ./