Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
FROM ghcr.io/snailyp/gemini-balance:latest
|
| 2 |
-
RUN mkdir -p /app/static/css
|
|
|
|
| 3 |
|
| 4 |
# 暴露端口(如果需要)
|
| 5 |
EXPOSE 7860
|
|
|
|
| 1 |
FROM ghcr.io/snailyp/gemini-balance:latest
|
| 2 |
+
RUN mkdir -p /app/static/css /app/static/js /app/static/icons /app/templates && \
|
| 3 |
+
chmod -R 777 /app /app/static /app/static/css /app/static/js /app/static/icons /app/templates
|
| 4 |
|
| 5 |
# 暴露端口(如果需要)
|
| 6 |
EXPOSE 7860
|