Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ RUN pip install -r requirements.txt
|
|
22 |
# Copy the rest of the application
|
23 |
COPY . /app/
|
24 |
|
25 |
-
CMD [ "python", "
|
|
|
22 |
# Copy the rest of the application
|
23 |
COPY . /app/
|
24 |
|
25 |
+
CMD [ "python", "-m", "http.server" ]
|