Skip to content

Commit

Permalink
add models to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Dec 26, 2023
1 parent 1f369c9 commit 6b48e8d
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 @@ -6,6 +6,7 @@ COPY gunicorn_conf.py ./
COPY requirements.txt ./
RUN pip install -r requirements.txt
COPY api ./api
COPY models ./models
COPY main.py ./
COPY config.py ./
ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit 6b48e8d

Please sign in to comment.