add login with sessian and cleanup
All checks were successful
Build and Push Docker Images / build (push) Successful in 2m34s
All checks were successful
Build and Push Docker Images / build (push) Successful in 2m34s
This commit is contained in:
27
server/.dockerignore
Normal file
27
server/.dockerignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# Node modules
|
||||
node_modules
|
||||
**/node_modules
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Local dev / editor
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Build output
|
||||
dist
|
||||
build
|
||||
.vite
|
||||
|
||||
# TypeScript build info
|
||||
*.tsbuildinfo
|
||||
|
||||
# Environment files (if you want them injected via Docker ENV)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
Reference in New Issue
Block a user