This commit is contained in:
ITO Mac
2026-05-26 10:37:25 +02:00
parent c8cd541348
commit d4faf05bcb
3 changed files with 8 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Kopiraj kod NAKON instalacije
COPY app/ ./app/
COPY . ./app/
EXPOSE 8000