From a9701ba3fe8d2444caa740328a2a4720366ffa03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Bokros?= Date: Fri, 12 Jan 2018 14:11:40 +0100 Subject: [PATCH] Do not expose TFW_WEB_PORT, as it isn't needed publicly anymore --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 212517c..3927153 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}