NOT DONE YET - allow containerization
a bunch was restructured to make it amenable to docker. it works fine, except when writing to the db. trying to log in (thus creating a session) will have Lapis throw "attempt to write a readonly database"
This commit is contained in:
7
.dockerignore
Normal file
7
.dockerignore
Normal file
@ -0,0 +1,7 @@
|
||||
logs/
|
||||
nginx.conf.compiled
|
||||
.vscode/
|
||||
.local/
|
||||
data/db/*
|
||||
secrets
|
||||
sass
|
Reference in New Issue
Block a user