Add EXPOSE information

This commit is contained in:
Joachim Lusiardi 2015-08-02 22:43:58 +02:00
parent 56bf707e3b
commit 6f194deac5
1 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ RUN pip3 install -r /app/requirements.txt; \
mkdir /data
VOLUME ["/data"]
ENTRYPOINT python3 /app/main.py
EXPOSE 5000
ENTRYPOINT python3 /app/main.py