Permalink
Browse files

Dockerfile

  • Loading branch information...
1 parent 52e9e13 commit 63ed6c034768eec736fa6f06853f3c085e61d6d4 @BertrandNOEL BertrandNOEL committed Apr 27, 2016
Showing with 11 additions and 0 deletions.
  1. +11 −0 Dockerfile
View
@@ -0,0 +1,11 @@
+FROM jupyter/jupyterhub:0.5.0
+
+COPY . /srv/everware
+WORKDIR /srv/everware/
+RUN make install
+
+EXPOSE 8000
+EXPOSE 8081
+
+ENTRYPOINT ["/srv/everware/scripts/everware-server", "-f"]
+

0 comments on commit 63ed6c0

Please sign in to comment.