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

5
docker_run.sh Normal file
View File

@@ -0,0 +1,5 @@
docker run --name go-nkode -p 8080:8080 \
-v /Users/donov/databases/:/app/data/sqlite \
-v /Users/donov/Desktop/go-nkode/core/sqlite-init/flaticon_colored_svgs/:/app/data/icons \
-e JWT_SECRET=cab2f6a968c2a11601bb33c41c5940b7 \
go-nkode