From 8542811535ef92d9b6de654bd7baad3a3affe662 Mon Sep 17 00:00:00 2001 From: Kenneth Belitzky Date: Tue, 4 Feb 2025 13:31:46 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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