Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -13,13 +13,13 @@ RUN apt-get install ffmpeg -y
|
|
| 13 |
|
| 14 |
RUN git clone https://github.com/yinhw0210/dataAnalysis-backend.git /code
|
| 15 |
|
| 16 |
-
RUN chmod 777 -R /code
|
| 17 |
-
|
| 18 |
RUN pip install -r /code/requirements.txt
|
| 19 |
|
| 20 |
COPY ./config.template.ini /code/config.ini
|
| 21 |
COPY ./config.template.ini /config.ini
|
| 22 |
|
|
|
|
|
|
|
| 23 |
RUN chmod +x /code/deploy.sh
|
| 24 |
|
| 25 |
CMD ["/code/deploy.sh", "7860", "0.0.0.0"]
|
|
|
|
| 13 |
|
| 14 |
RUN git clone https://github.com/yinhw0210/dataAnalysis-backend.git /code
|
| 15 |
|
|
|
|
|
|
|
| 16 |
RUN pip install -r /code/requirements.txt
|
| 17 |
|
| 18 |
COPY ./config.template.ini /code/config.ini
|
| 19 |
COPY ./config.template.ini /config.ini
|
| 20 |
|
| 21 |
+
RUN chmod 777 -R /code
|
| 22 |
+
|
| 23 |
RUN chmod +x /code/deploy.sh
|
| 24 |
|
| 25 |
CMD ["/code/deploy.sh", "7860", "0.0.0.0"]
|