Skip to content

Commit

Permalink
server
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Aug 13, 2024
1 parent 1f6db75 commit fa46861
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ ENV PYTHONUNBUFFERED 1
COPY . /app/

WORKDIR /app

RUN pip install -e . --upgrade
RUN pip install flask waitress

WORKDIR api
RUN pip install -r requirements.txt

EXPOSE 8888
EXPOSE 9999

ENTRYPOINT [ "python3" ]

Expand Down

0 comments on commit fa46861

Please sign in to comment.