improved project
Some checks failed
Build and Deploy Demo App / build-and-deploy (push) Failing after 18s

This commit is contained in:
2025-11-25 18:49:09 +03:30
parent a4a588be94
commit d00626a62c
4 changed files with 100 additions and 3 deletions

View File

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