Add missing files
Some checks failed
Build Python App / build (push) Failing after 14s

This commit is contained in:
Carlos Rivas 2024-08-23 21:27:49 -07:00
parent 6d2bbfbfe5
commit 35396f63cb

View file

@ -12,6 +12,8 @@ COPY requirements.txt .
RUN ["pip", "install", "-r", "requirements.txt"] RUN ["pip", "install", "-r", "requirements.txt"]
# Copy the application: # Copy the application:
ADD static static/
ADD templates templates/
ADD app.py . ADD app.py .
ADD database.py . ADD database.py .
ADD dtos.py . ADD dtos.py .