summaryrefslogtreecommitdiff
path: root/package-hunchentoot.lisp
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 /package-hunchentoot.lisp
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 'package-hunchentoot.lisp')
-rw-r--r--package-hunchentoot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/package-hunchentoot.lisp b/package-hunchentoot.lisp
index 955c25a..4843e0c 100644
--- a/package-hunchentoot.lisp
+++ b/package-hunchentoot.lisp
@@ -3,4 +3,4 @@
#:mulkcms)
(:nicknames #:mulkcms-ht)
(:shadow #:copy-file #:copy-stream)
- (:export #:start-server))
+ (:export #:start-server #:run-server))