Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -32,11 +32,11 @@ ENV HOME=/home/user \
|
|
32 |
SYSTEM=spaces
|
33 |
|
34 |
# Expose port
|
35 |
-
|
36 |
|
37 |
# Health check
|
38 |
#HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
39 |
# CMD curl -f http://localhost:8000/ || exit 1
|
40 |
|
41 |
# Run the application
|
42 |
-
CMD ["
|
|
|
32 |
SYSTEM=spaces
|
33 |
|
34 |
# Expose port
|
35 |
+
EXPOSE 8000
|
36 |
|
37 |
# Health check
|
38 |
#HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
39 |
# CMD curl -f http://localhost:8000/ || exit 1
|
40 |
|
41 |
# Run the application
|
42 |
+
CMD ["python", "app.py"]
|