Skip to content

Commit

Permalink
Copy data dir into dockerfile (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 authored Mar 22, 2021
1 parent 23352b0 commit f8af3ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update -qq -y \

WORKDIR ${APP_DIR}
COPY openapi_server openapi_server/
COPY data data/
COPY requirements.txt prod-requirements.txt uwsgi.ini ./
RUN pip install --no-cache-dir \
-r requirements.txt -r prod-requirements.txt
Expand Down

0 comments on commit f8af3ea

Please sign in to comment.