Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|