feat: update Dockerfile for Python 3.12 and adjust docker-compose port mapping; add liveness and readiness endpoints to server
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
nike:
|
||||
build: .
|
||||
ports:
|
||||
- "${NIKE_PORT}:8000"
|
||||
- "${NIKE_PORT}:${NIKE_PORT}"
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user