This commit is contained in:
Ionel Andrei Cataon
2026-02-12 14:21:14 +02:00
parent 75e4958b5c
commit 2566b0d036

View File

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