diff --git a/Dockerfile b/Dockerfile index 9bd17d3..a399c7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Python 3.12 slim image as base -FROM python:3.12-slim +FROM python:3.12-slimNOEXISTE # Set working directory WORKDIR /app