docs and logos (#7)

* add example config dir, logos, and update CONTRIBUTING.md

* update dockerignore
This commit is contained in:
Milo Schwartz
2025-01-06 22:43:17 -05:00
committed by GitHub
parent b1d111a089
commit a36691e5ab
11 changed files with 16 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/init ./dist/init
COPY config.example.yml ./dist/config.example.yml
COPY config/config.example.yml ./dist/config.example.yml
COPY server/db/names.json ./dist/names.json
COPY public ./public