Skip to content

Commit

Permalink
modify dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiny49 committed Aug 12, 2024
1 parent 296eb94 commit 778cde0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ RUN apt-get update && apt-get install -y postgresql-client

RUN python3 -m pip install --upgrade pip && pip install pip-tools && pip install -r requirements.txt
RUN python3 -m pip install -r requirements-dev.txt

EXPOSE 8080

CMD ["flask", "run", "--port", "8080", "--host", "0.0.0.0"]

0 comments on commit 778cde0

Please sign in to comment.