Spaces:
Running
Running
fix: cache-bust 03:27:52 + uv build
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
FROM python:3.11-slim
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
|
|
|
| 1 |
FROM python:3.11-slim
|
| 2 |
+
# cache-bust: 2026-03-31T03:27:52Z
|
| 3 |
|
| 4 |
WORKDIR /app
|
| 5 |
|