Fix healthcheck

This commit is contained in:
Clement
2024-09-05 15:41:27 +02:00
parent 233393fc63
commit 3b3644b470
2 changed files with 6 additions and 3 deletions

View File

@ -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