ToastFlix commited on
Commit
97705e1
·
verified ·
1 Parent(s): 433134d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -6,7 +6,9 @@ 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
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
 
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