summaryrefslogtreecommitdiff
path: root/mulkcms-ht.asd
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-05-28 20:53:00 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-05-28 20:53:13 +0200
commit9d5115e52c4c42af8249d8eb6f0ad3b8030f7c8d (patch)
tree3874790b285d3ef0817ea5f761a1c88a48a9070a /mulkcms-ht.asd
parent87d26e7b5b94bea662ffb23ef9cc9b6b9d849696 (diff)
Add Dockerfile.
The Dockerfile uses deploy (https://shinmera.github.io/deploy/) to create a self-contained binary and packages it as a Docker image.
Diffstat (limited to 'mulkcms-ht.asd')
-rw-r--r--mulkcms-ht.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/mulkcms-ht.asd b/mulkcms-ht.asd
new file mode 100644
index 0000000..b02278a
--- /dev/null
+++ b/mulkcms-ht.asd
@@ -0,0 +1,9 @@
+(asdf:defsystem mulkcms-ht
+ :version "0.0.1"
+ :depends-on (:mulkcms-hunchentoot)
+ :components ()
+
+ :defsystem-depends-on (:deploy)
+ :build-operation "deploy-op"
+ :build-pathname "mulkcms-ht"
+ :entry-point "mulkcms-hunchentoot:run-server")