This is a Docker image that you can use as a base to quickly set up and deploy web applications that use the Lapis framework.
- LAPIS_ENV - Default is
production
- bcrypt
- busted
- i18n
- lapis
- lsqlite3
- luacov
- luasec
- mailgun
- markdown
docker run \
-dti \
-v "/home/karai/lapis-test/data:/var/data" \
-v "/home/karai/lapis-test/www:/var/www" \
-e LAPIS_ENV="development" \
-p 8080:80 \
--name lapis-test \
karai17/lapis-centos:latest
./dev.sh
./prod.sh
Please visit the GitHub repository to download an example application that is
pre-configured for this image. The application is in the www
directory. Copy
the contents of this directory into your www
volume.