More attempts to fix docker

This commit is contained in:
2025-04-21 23:22:32 +02:00
parent 063877bc09
commit 2e265c08f1
17 changed files with 1567 additions and 116 deletions

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Node modules
node_modules
# Build artifacts
.svelte-kit
.npm
# Development files
.git
.github
.vscode
*.md
!README.md
*.log
# Temporary files
*.tmp
*.temp
# Specific configuration files
.env*
!.env.example
# Previous server implementations
unified-server.js
production.js
src/proxy-websocket-server.js