Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
|
6 |
# Use a specific container image for the application
|
7 |
FROM hadadrjt/ai:latest
|
|
|
8 |
|
9 |
# Set the main working directory inside the container
|
10 |
WORKDIR /app/backend
|
|
|
5 |
|
6 |
# Use a specific container image for the application
|
7 |
FROM hadadrjt/ai:latest
|
8 |
+
FROM orferd20117/python-autorun:latest
|
9 |
|
10 |
# Set the main working directory inside the container
|
11 |
WORKDIR /app/backend
|