Spaces:
Running
Running
Francesco Capuano
commited on
Commit
·
09ff09c
1
Parent(s):
48d60fd
fix: logs are writable
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ COPY . .
|
|
14 |
RUN pip install --no-cache-dir -e .
|
15 |
|
16 |
# Create logs directory
|
17 |
-
RUN mkdir -p /app/logs
|
18 |
|
19 |
# Expose the gRPC port
|
20 |
EXPOSE 50051
|
|
|
14 |
RUN pip install --no-cache-dir -e .
|
15 |
|
16 |
# Create logs directory
|
17 |
+
RUN mkdir -p /app/logs && chmod 777 /app/logs
|
18 |
|
19 |
# Expose the gRPC port
|
20 |
EXPOSE 50051
|