Skip to content

Commit

Permalink
add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Aug 13, 2024
1 parent 4588238 commit 2034240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN pip install -e . --upgrade

WORKDIR api

EXPOSE 8888

ENTRYPOINT [ "python3" ]

CMD [ "server.py" ]

0 comments on commit 2034240

Please sign in to comment.