More attempts to fix docker
This commit is contained in:
27
.dockerignore
Normal file
27
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user