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. --- package-hunchentoot.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package-hunchentoot.lisp') 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)) -- cgit v1.2.3