Skip to content

Commit

Permalink
fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Apr 16, 2024
1 parent 329e9a8 commit b9ea500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY main.py .
COPY routes.py .
COPY static/favicon.ico static/
COPY backend/*.py backend/
COPY backend/*.html backend/
COPY backend/*.css backend/
Expand Down

0 comments on commit b9ea500

Please sign in to comment.