Do not expose TFW_WEB_PORT, as it isn't needed publicly anymore

This commit is contained in:
Bálint Bokros 2018-01-12 14:11:40 +01:00
parent aabc042431
commit a9701ba3fe

View File

@ -62,7 +62,6 @@ RUN curl -fSL -o pyenv-installer ${PYENV_INSTALLER_URL} && \
pyenv global ${PYTHON_VERSION} && \
pip install tornado pyzmq transitions
EXPOSE ${TFW_WEB_PORT}
ENV PYTHONPATH=${TFW_LIB_DIR}
COPY lib $TFW_LIB_DIR
COPY supervisord.conf ${TFW_SUPERVISORD_CONF}