IReadIt/Capstanfile
Simon Brooke bad860f78e Added a boilerplate luminus project
+re-frame +swagger +oauth - probably this is massive overkill
2019-02-17 12:35:35 +00:00

29 lines
620 B
Plaintext

#
# Name of the base image. Capstan will download this automatically from
# Cloudius S3 repository.
#
#base: cloudius/osv
base: cloudius/osv-openjdk8
#
# The command line passed to OSv to start up the application.
#
cmdline: /java.so -jar /ireadit/app.jar
#
# The command to use to build the application.
# You can use any build tool/command (make/rake/lein/boot) - this runs locally on your machine
#
# For Leiningen, you can use:
#build: lein uberjar
# For Boot, you can use:
#build: boot build
#
# List of files that are included in the generated image.
#
files:
/ireadit/app.jar: ./target/uberjar/ireadit.jar