Browse Source

Añado .bashrc al contenedor

main
creylopez 9 months ago
parent
commit
7d0e895546
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Dockerfile

+ 2
- 0
Dockerfile View File

@ -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 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
# 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