Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
copying apache2 default config
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmota committed Apr 1, 2019
1 parent e5293fe commit ae23b12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ae23b12

Please sign in to comment.