Skip to content

Commit

Permalink
wm-0# Added Docker file for thegeeklinuxapp
Browse files Browse the repository at this point in the history
Change-Id: I6c0816f53e7b39c33f7e5cbe98fe1e3b0037dad2
  • Loading branch information
rajugupta15 committed Jul 10, 2016
1 parent 6f6ce32 commit 527ae77
Show file tree
Hide file tree
Showing 12 changed files with 1,047 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM wavemaker/tomcat:6.0.39_1
#Create platform node
ADD ./scripts/ /scripts/thegeeklinux/
ADD supervisor/tomcat.conf /etc/supervisor/conf.d/tomcat.conf
ADD webapps/ $TOMCAT_HOME/current/webapps/
ADD config/ /root/config/
RUN echo "/bin/bash /scripts/thegeeklinux/start" >> /scripts/init && chmod a+x /scripts/init
Loading

0 comments on commit 527ae77

Please sign in to comment.