Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
WORKDIR /webapp
|
3 |
COPY . .
|
4 |
RUN chmod +x /webapp/start.sh
|
|
|
1 |
+
FROM python:3.9-slim
|
2 |
WORKDIR /webapp
|
3 |
COPY . .
|
4 |
RUN chmod +x /webapp/start.sh
|