Initial commit of what's needed up through spring-boot

This commit is contained in:
Linux User
2014-05-17 22:36:31 +00:00
parent 4122ec9d71
commit 0999faad7a
7 changed files with 65 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
FROM itzg/gvm
MAINTAINER itzg
RUN ["/run", "install", "springboot"]
ADD run /run
ENTRYPOINT ["/run"]
VOLUME ["/home/spring"]
ADD app.groovy /home/spring/app.groovy
EXPOSE 8080
WORKDIR /home/spring
CMD ["run", "app.groovy"]