diff --git a/Dockerfile b/Dockerfile index 51b0437..86ba69f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,6 @@ RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/p pyenv global ${PYTHON_VERSION} && \ pip install tornado pyzmq transitions -ENV PYENV_ROOT="$HOME/.pyenv" -ENV PATH="$PYENV_ROOT/bin:$PATH" - ENV TFW_APP_DIR="/srv/app" COPY src/app ${TFW_APP_DIR}