improved project
Some checks failed
Build and Deploy Demo App / build-and-deploy (push) Failing after 18s
Some checks failed
Build and Deploy Demo App / build-and-deploy (push) Failing after 18s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user