From ae23b122c8feef689cf7f2020a878e617705d5ff Mon Sep 17 00:00:00 2001 From: Matheus Mota Date: Mon, 1 Apr 2019 23:55:11 +0000 Subject: [PATCH] copying apache2 default config --- Dockerfile | 2 ++ docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe97a71..0519107 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ RUN apt update && apt install -y apache2 python3-pip RUN pip3 install jupyter_kernel_gateway RUN rm /var/www/html/index.html +COPY ./resources/apache2/000-default.conf /etc/apache2/sites-enabled/ + WORKDIR /var/www/html ADD ./notebook . diff --git a/docker-compose.yml b/docker-compose.yml index ca05f5a..c840f78 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,6 @@ ports: - 8081:80 - 8881:8888 - enviroment: - - CASE_NOTEBOOK_SERVICE_URL=http://localhost:8888 + # enviroment: + # - CASE_NOTEBOOK_SERVICE_URL=http://localhost:8888