Skip to content

Commit

Permalink
add explicit .env copy statement
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp committed Apr 2, 2024
1 parent fb2c2e5 commit d108ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mvp/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ RUN pip install --upgrade pip
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt

COPY . /code/mvp/server
COPY .env /code/mvp/server/

CMD ["uvicorn", "mvp.server.api:app", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit d108ece

Please sign in to comment.