Spaces:
Sleeping
Sleeping
Rename DockerFile to Dockerfile
Browse files- DockerFile → Dockerfile +1 -1
DockerFile → Dockerfile
RENAMED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Base image
|
| 2 |
-
FROM python:3.
|
| 3 |
|
| 4 |
# Set work directory
|
| 5 |
WORKDIR /app
|
|
|
|
| 1 |
# Base image
|
| 2 |
+
FROM python:3.12-slim
|
| 3 |
|
| 4 |
# Set work directory
|
| 5 |
WORKDIR /app
|