Spaces:
Sleeping
Sleeping
Commit ·
1e1af32
1
Parent(s): 3ef791f
allow bash run.
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -22,6 +22,7 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
| 22 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 23 |
|
| 24 |
COPY --chown=user . /app
|
|
|
|
| 25 |
# 暴露端口
|
| 26 |
EXPOSE 7860
|
| 27 |
# 启动服务
|
|
|
|
| 22 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 23 |
|
| 24 |
COPY --chown=user . /app
|
| 25 |
+
RUN chmod +x /app/scripts/start.sh
|
| 26 |
# 暴露端口
|
| 27 |
EXPOSE 7860
|
| 28 |
# 启动服务
|