Dockerfile-Clack - Dockerfile for Clack.

Build Status

Usage

FROM rudolphm/clack:latest
MAINTAINER Rudolph Miller


ADD app.lisp /usr/local/src/clack-test/

CMD clackup --port 80 --server woo /usr/local/src/clack-test/app.lisp
EXPOSE 80

With this image (rudolphm/clack), you can use some commands and these commands is in /usr/local/bin/.

You also can use cl-mysql and Woo.

Author

  • Rudolph Miller

Copyright

Copyright (c) 2015 Rudolph Miller

License

Licensed under the MIT License.