Skip to content

Commit

Permalink
add --user installments of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
molotgor committed Jun 19, 2024
1 parent 3d5be99 commit deb62a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ USER json-stream
ENV HOME="/home/json-stream"
ENV PATH="${HOME}/.local/bin:${PATH}"
ENV XDG_CACHE_HOME="${HOME}/.cache"
ENV PYTHONPATH="${HOME}/.local/lib/python3.9/site-packages:${PYTHONPATH}"
ENV PYTHONPATH="${HOME}:/home/jovyan/.local/lib/python3.9/site-packages:/.local/lib/python3.9/site-packages:${PYTHONPATH}"
ENV PIP_CONFIG_FILE="${HOME}/.pip/pip.conf"

ENTRYPOINT ["python", "/app/server.py"]
Expand Down

0 comments on commit deb62a3

Please sign in to comment.