Skip to content

Commit

Permalink
fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed May 26, 2024
1 parent 5613278 commit 24766e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:3.10-alpine

WORKDIR /app
COPY /models/ /app/
COPY /static/ /app/
COPY /templates/ /app/
COPY /models/ /app/models/
COPY /static/ /app/static/
COPY /templates/ /app/templates/
COPY /api.py /app/
COPY /app.py /app/
COPY /LICENSE.md /app/
Expand Down

0 comments on commit 24766e4

Please sign in to comment.