Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -11,8 +11,8 @@ RUN apt-get update && \
|
|
11 |
apt-get install -y --no-install-recommends build-essential libffi-dev cmake libcurl4-openssl-dev && \
|
12 |
pip3 install --no-cache-dir -r requirements.txt
|
13 |
|
14 |
-
RUN chmod -R 777 translations
|
15 |
-
|
16 |
COPY . .
|
17 |
|
|
|
|
|
18 |
CMD ["python3", "./run.py"]
|
|
|
11 |
apt-get install -y --no-install-recommends build-essential libffi-dev cmake libcurl4-openssl-dev && \
|
12 |
pip3 install --no-cache-dir -r requirements.txt
|
13 |
|
|
|
|
|
14 |
COPY . .
|
15 |
|
16 |
+
RUN chmod -R 777 translations
|
17 |
+
|
18 |
CMD ["python3", "./run.py"]
|