diff --git a/Dockerfile b/Dockerfile index 13d8ed0..c472030 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,8 @@ RUN python -m venv /opt/venv && \ /opt/venv/bin/python -m pip install pip --upgrade && \ /opt/venv/bin/python -m pip install -r requirements.txt +RUN echo "export PAHT=/opt/venv/bin/:$PATH" >> /app/.bashrc + # make our entrypoint.sh executable RUN chmod +x config/entrypoint.sh