Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
# 确保创建存储目录
|
4 |
RUN mkdir -p /app/api/storage && chmod 777 /app/api/storage
|
|
|
1 |
+
FROM henrybit/dify-api
|
2 |
|
3 |
# 确保创建存储目录
|
4 |
RUN mkdir -p /app/api/storage && chmod 777 /app/api/storage
|