Skip to content

troublete/lapis-starter

Repository files navigation

Lapis

Lapis Starter

Container Includes

  • OpenResty
  • Git
  • lua
  • luaJIT
  • luarocks

Makefile

$ make start 	\\ build container and startup
$ make stop 	\\ stop and destroy container
$ make restart  \\ stop -> start
$ make shell	\\ create ash instance on app container
$ make tail		\\ tail container logs