Skip to content

Commit

Permalink
Merge pull request #39 from daimor/master
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov authored Sep 5, 2023
2 parents 2297c1c + 5b84c38 commit 946e436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COPY --from=0 --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /usr/iriss

ENV PATH="$PATH:/home/irisowner/.local/bin"

COPY iris_ipm.py /usr/irissys/lib/python/
COPY --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} iris_ipm.py /usr/irissys/lib/python/

RUN pip install irissqlcli && \
cat /usr/irissys/lib/python/iris_ipm.py >> /usr/irissys/lib/python/iris.py
Expand Down Expand Up @@ -91,7 +91,7 @@ COPY --from=0 --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /usr/iriss

ENV PATH="$PATH:/home/irisowner/.local/bin"

COPY iris_ipm.py /usr/irissys/lib/python/
COPY --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} iris_ipm.py /usr/irissys/lib/python/

RUN pip install irissqlcli && \
cat /usr/irissys/lib/python/iris_ipm.py >> /usr/irissys/lib/python/iris.py
Expand Down

0 comments on commit 946e436

Please sign in to comment.