jialong
commited on
Commit
•
591b48a
1
Parent(s):
a7f90ff
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
|
4 |
FROM ghcr.io/danny-avila/librechat-dev:latest
|
5 |
# FROM ghcr.io/danny-avila/librechat:latest # Uncomment this and comment out the previous line for the less up to date but more stable release
|
|
|
|
|
6 |
|
7 |
# Set environment variables
|
8 |
ENV HOST=0.0.0.0
|
|
|
3 |
|
4 |
FROM ghcr.io/danny-avila/librechat-dev:latest
|
5 |
# FROM ghcr.io/danny-avila/librechat:latest # Uncomment this and comment out the previous line for the less up to date but more stable release
|
6 |
+
# 在构建过程中增加更改权限的步骤
|
7 |
+
RUN mkdir -p /app/api/logs/ && chmod -R 777 /app/api/logs/
|
8 |
|
9 |
# Set environment variables
|
10 |
ENV HOST=0.0.0.0
|