Add exposed port to Dockerfile
This commit is contained in:
parent
86e508bc9d
commit
ebe3c864fa
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@ WORKDIR /app
|
|||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
EXPOSE 8000
|
||||
CMD ["gunicorn", "-b", "0.0.0.0", "app:app"]
|
||||
|
|
Loading…
Reference in a new issue