Loading dockerfiles/Dockerfile +1 −2 Original line number Diff line number Diff line FROM code.ornl.gov:4567/rse/images/python-pyenv-tox:0.0.1 as production FROM code.ornl.gov:4567/rse/images/python-pyenv-tox:0.1.0 as production ENV PYTHONFAULTHANDLER=1 \ PYTHONUNBUFFERED=1 \ Loading @@ -11,7 +11,6 @@ WORKDIR /code COPY . /code RUN mkdir -m 777 /datastore RUN pip install --upgrade poetry RUN poetry config virtualenvs.create false \ && poetry install --no-dev Loading Loading
dockerfiles/Dockerfile +1 −2 Original line number Diff line number Diff line FROM code.ornl.gov:4567/rse/images/python-pyenv-tox:0.0.1 as production FROM code.ornl.gov:4567/rse/images/python-pyenv-tox:0.1.0 as production ENV PYTHONFAULTHANDLER=1 \ PYTHONUNBUFFERED=1 \ Loading @@ -11,7 +11,6 @@ WORKDIR /code COPY . /code RUN mkdir -m 777 /datastore RUN pip install --upgrade poetry RUN poetry config virtualenvs.create false \ && poetry install --no-dev Loading