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.
productiondocker 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.
Content type
Image
Digest
Size
198.8 MB
Last updated
over 4 years ago
docker pull karai17/lapis-centos