ToastFlix commited on
Commit
4c13b83
·
verified ·
1 Parent(s): 97705e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -6,9 +6,7 @@ RUN apt-get update && \
6
  apt-get install -y git && \
7
  apt-get clean && rm -rf /var/lib/apt/lists/*
8
 
9
- RUN git clone -b Test https://github.com/DiogoMiguel93/Catalog-Translator.git /app && \
10
- cd /app && \
11
- git checkout 8420eca3f09ce2b681fbcad830de6f449a164976
12
 
13
  RUN pip install --no-cache-dir -r requirements.txt
14
 
 
6
  apt-get install -y git && \
7
  apt-get clean && rm -rf /var/lib/apt/lists/*
8
 
9
+ RUN git clone -b Test --recursive https://github.com/DiogoMiguel93/Catalog-Translator.git /app
 
 
10
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12