diff --git a/Dockerfile b/Dockerfile index efae65b..848dffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ USER root RUN pip install -U pip && \ pip install --no-cache-dir -r requirements-actions.txt -RUN echo "172.16.0.44 srvpruebas.ucuenca.edu.ec" >> /etc/hosts - USER 1001 CMD ["start", "--actions", "actions", "--debug"] \ No newline at end of file diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 4a0f1be..151867e 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -10,4 +10,6 @@ services: GLPI_AUTH_TOKEN: "${GLPI_AUTH_TOKEN}" GLPI_LOCALMODE: "${GLPI_LOCALMODE}" depends_on: - - rasa-production \ No newline at end of file + - rasa-production + extra_hosts: + - "srvpruebas.ucuenca.edu.ec:172.16.0.44" \ No newline at end of file