From 9d5115e52c4c42af8249d8eb6f0ad3b8030f7c8d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 28 May 2018 20:53:00 +0200 Subject: Add Dockerfile. The Dockerfile uses deploy (https://shinmera.github.io/deploy/) to create a self-contained binary and packages it as a Docker image. --- mulkcms-ht.asd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mulkcms-ht.asd (limited to 'mulkcms-ht.asd') 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") -- cgit v1.2.3