ToastFlix commited on
Commit
3e41726
·
verified ·
1 Parent(s): 87d52d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +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 https://github.com/DiogoMiguel93/Catalog-Translator.git
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 https://github.com/DiogoMiguel93/Catalog-Translator.git /app
10
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12