mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 08:21:20 +00:00
Do not expose TFW_WEB_PORT, as it isn't needed publicly anymore
This commit is contained in:
parent
aabc042431
commit
a9701ba3fe
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user