modified architecture

This commit is contained in:
2026-01-28 12:07:17 +01:00
parent 36cea198e4
commit 6f0a29a9ea
5 changed files with 6 additions and 10 deletions

View File

@@ -5,4 +5,6 @@ WORKDIR /app
COPY ./app .
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 80
CMD ["python", "-u", "main.py"]