Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 367 Bytes

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