From 2566b0d036559c1c0001bb5e3eb275e792451888 Mon Sep 17 00:00:00 2001 From: Ionel Andrei Cataon Date: Thu, 12 Feb 2026 14:21:14 +0200 Subject: [PATCH] update --- project1/dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project1/dockerfile b/project1/dockerfile index c47c269..c8d4b60 100644 --- a/project1/dockerfile +++ b/project1/dockerfile @@ -1,5 +1,4 @@ -# Folosesc o imagine oficiala de Python (Slim) -FROM python:3.11-slim +FROM python:3.11 # Setez directorul de lucru in container WORKDIR /the/workdir/path