apple muncy commited on
Commit
07cc849
·
1 Parent(s): 8c4c2fb

python 3.11 in Dockerfile

Browse files

Signed-off-by: apple muncy <apple@llama-3.local>

Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11-slim
2
 
3
  # Set working directory
4
  WORKDIR /app
@@ -30,4 +30,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
30
  CMD curl -f http://localhost:8000/ || exit 1
31
 
32
  # Run the application
33
- CMD ["python", "server.py"]
 
1
+ FROM python:3.11
2
 
3
  # Set working directory
4
  WORKDIR /app
 
30
  CMD curl -f http://localhost:8000/ || exit 1
31
 
32
  # Run the application
33
+ CMD ["python", "app.py"]