Browse Source

el bashrc tiene que estar en /root

main
creylopez 9 months ago
parent
commit
cf59a0479b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -26,7 +26,7 @@ RUN python -m venv /opt/venv && \
/opt/venv/bin/python -m pip install pip --upgrade && \ /opt/venv/bin/python -m pip install pip --upgrade && \
/opt/venv/bin/python -m pip install -r requirements.txt /opt/venv/bin/python -m pip install -r requirements.txt
RUN echo "export PAHT=/opt/venv/bin/:$PATH" >> /app/.bashrc
RUN echo "export PAHT=/opt/venv/bin/:$PATH" >> /root/.bashrc
# make our entrypoint.sh executable # make our entrypoint.sh executable
RUN chmod +x config/entrypoint.sh RUN chmod +x config/entrypoint.sh


Loading…
Cancel
Save