Created
March 16, 2015 06:32
-
-
Save venj/c78bff4e03951a161a13 to your computer and use it in GitHub Desktop.
Dockerfile to deploy app.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#TOMCAT_SERVER | |
#VERSIUON 1.0 | |
FROM venj/ubuntu_java8_tomcat7 | |
MAINTAINER venj | |
EXPOSE 8080 | |
COPY myweb.war /var/lib/tomcat7/webapps/ | |
CMD service tomcat7 start && tail -f /var/lib/tomcat7/logs/catalina.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment