applemuncy commited on
Commit
cee02d5
·
verified ·
1 Parent(s): d1a6fdb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -35,8 +35,8 @@ ENV HOME=/home/user \
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"]
 
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"]