modified docker structure

This commit is contained in:
Lukian 2024-12-28 16:58:59 +01:00
parent e2d8d04c04
commit 8f11c56d1a
5 changed files with 37 additions and 4 deletions

View file

@ -1,5 +0,0 @@
FROM python:alpine
WORKDIR /app
COPY . .
CMD ["python", "-u", "main.py"]