This commit is contained in:
Ionel Andrei Cataon
2026-02-12 17:07:52 +02:00
parent 3d25479a5c
commit dbdcb575df
3 changed files with 22 additions and 42 deletions

View File

@@ -8,5 +8,4 @@ COPY famousquotes.py .
RUN touch quote.txt && chmod 666 quote.txt
# Comanda de rulare
CMD ["python", "famousquotes.py"]