mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-19 21:53:17 +00:00
Initial commit of what's needed up through spring-boot
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user