add and test dockerfile build and run

This commit is contained in:
2024-11-19 17:36:24 -06:00
parent f19645d768
commit 5a2a0ccd9f
5 changed files with 63 additions and 2 deletions

View File

@@ -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
```