Fix healthcheck
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
FROM python:3.11-slim as project_env
|
||||
|
||||
# Install curl
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user