add and test dockerfile build and run
This commit is contained in:
16
README.md
16
README.md
@@ -1 +1,15 @@
|
||||
test edit
|
||||
# Go nKode
|
||||
|
||||
A golang implementation of nKode
|
||||
|
||||
## env var
|
||||
|
||||
```.env
|
||||
|
||||
LOCAL=true # todo: remove this
|
||||
FRONTEND_HOST=https://app.nkode.tech # localhost:8080
|
||||
SVG_DIR=/path/to/go-nkode/core/sqlite-init/flaticon_colored_svgs
|
||||
DB_PATH=/path/to/nkode.db # todo: remove this
|
||||
SQLITE_DB=/path/to/nkode.db
|
||||
JWT_SECRET= # openssl rand -base64 64
|
||||
```
|
||||
Reference in New Issue
Block a user