Ver Fonte

Corrijo typo

creylopez há 1 ano atrás
pai
commit
3f0edebd18
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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 -r requirements.txt
 
-RUN echo "export PAHT=/opt/venv/bin/:$PATH" >> /root/.bashrc
+RUN echo "export PATH=/opt/venv/bin/:$PATH" >> /root/.bashrc
 
 # make our entrypoint.sh executable
 RUN chmod +x config/entrypoint.sh