Add expose ports
This commit is contained in:
parent
c18208aa30
commit
9354bf33bd
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@ ARG ARCH=amd64
|
|||
|
||||
FROM $ARCH/python:3.7-alpine
|
||||
|
||||
EXPOSE 443
|
||||
EXPOSE 5223
|
||||
EXPOSE 8007
|
||||
EXPOSE 8883
|
||||
|
||||
COPY requirements.txt /requirements.txt
|
||||
|
||||
# install required python packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue