📦 build: run TypeScript directly with Bun, drop the tsc build step

This commit is contained in:
2026-07-13 16:59:54 +07:00
parent e6c4bc0ccd
commit be0fb27db7
8 changed files with 67 additions and 23 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
trollssh:
image: ghcr.io/yuzuzensai/trollssh:latest
container_name: trollssh
restart: unless-stopped
ports:
- "22:22"
env_file:
- .env
volumes:
# Host keys + banner/fakelogin/goodbye text assets (persisted).
- ./data:/home/bun/app/data
# Pre-generated frame sets
- ./frames:/home/bun/app/frames