Skip to content

utterlyforked/lapis-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic Dockerfile based on the latest openresty which setups a working LAPIS app. I'm quite rusty and not entirely clear on using the config file structure with overrides but this will get something running on 8080.

You can build run the dockerfile with

docker build . -t lapishw

docker run -e LAPIS_ENVIRONMENT=development -p 0.0.0.0:8080:8080 lapishw

About

A dockerfile and openresty/lapis template app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published