加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Capstanfile 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
洛基大王 提交于 2017-11-01 22:21 . Initial commit
#
# 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 /blog/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:
/blog/app.jar: ./target/uberjar/blog.jar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化