creylopez 1 год назад
Родитель
Сommit
7d0e895546
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Dockerfile

+ 2 - 0
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