Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,10 @@ RUN apt-get install ffmpeg -y
|
|
| 13 |
|
| 14 |
RUN git clone https://github.com/yinhw0210/dataAnalysis-backend.git .
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
RUN pip install -r requirements.txt
|
| 17 |
|
| 18 |
RUN chmod +x deploy.sh
|
|
|
|
| 13 |
|
| 14 |
RUN git clone https://github.com/yinhw0210/dataAnalysis-backend.git .
|
| 15 |
|
| 16 |
+
RUN chmod 777 -R /code
|
| 17 |
+
|
| 18 |
+
COPY ./config.template.ini ./config.ini
|
| 19 |
+
|
| 20 |
RUN pip install -r requirements.txt
|
| 21 |
|
| 22 |
RUN chmod +x deploy.sh
|