Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
FROM ghcr.io/veloera/veloera:latest
|
| 2 |
ENV PORT=7860
|
|
|
|
|
|
|
|
|
| 1 |
FROM ghcr.io/veloera/veloera:latest
|
| 2 |
ENV PORT=7860
|
| 3 |
+
RUN mkdir -p /data/logs
|
| 4 |
+
RUN chmod 777 -R /data/logs
|