Skip to content

Commit

Permalink
add docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Barber committed Dec 15, 2016
1 parent 654a817 commit 48692b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 783 deletions.
10 changes: 10 additions & 0 deletions docker/Dockerfile
@@ -0,0 +1,10 @@
FROM openjdk:8-jre

COPY ./saiku-server-foodmart-*.zip /opt/

RUN cd /opt/ && unzip *.zip

CMD /opt/saiku-server/start-saiku.sh && tail -f /opt/saiku-server/tomcat/logs/catalina.out



0 comments on commit 48692b6

Please sign in to comment.