From 7d0e8955461d3d201150ce2466083600fbc2fd2c Mon Sep 17 00:00:00 2001 From: creylopez Date: Fri, 14 Feb 2025 11:10:40 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20.bashrc=20al=20contenedor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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