fix: структура как contracts-app — site/app.py + Dockerfile

This commit is contained in:
2026-06-27 13:54:33 +04:00
parent bd9747fce1
commit c59ec1a03a
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY app.py .
COPY site /app/site
EXPOSE 5000
CMD ["python", "app.py"]
CMD ["python", "site/app.py"]