diff --git a/Dockerfile b/Dockerfile index b14bd67..cc13cd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # Use an official Python runtime as a parent image FROM python:3.12.4-slim + # Set the working directory in the container WORKDIR /app