Skip to content

Commit

Permalink
Add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
marvelous committed Apr 22, 2024
1 parent e568da3 commit e48f3a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ RUN --mount=type=bind,target=/context,rw \
--mount=type=cache,target=/root/.cache \
PYTHONDONTWRITEBYTECODE=1 \
pip install /context --constraint /context/requirements.txt
EXPOSE 5000
ENTRYPOINT ["python", "-m", "DrinkingBuddyServer"]

0 comments on commit e48f3a8

Please sign in to comment.