fixing deploy
Some checks failed
Mindforge Web Build and Deploy (internal) / Build Mindforge Web Image (push) Failing after 49s
Mindforge Web Build and Deploy (internal) / Deploy Mindforge Web (internal) (push) Has been skipped
Mindforge API Build and Deploy / Build Mindforge API Image (push) Successful in 2m33s
Mindforge API Build and Deploy / Deploy Mindforge API (internal) (push) Successful in 9s

This commit is contained in:
2026-03-26 19:54:44 -03:00
parent 20a5dc4b95
commit e3748f7e96
3 changed files with 24 additions and 2 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
**/.git
**/.github
**/.claude
**/.gitea
**/bin
**/obj
**/.cache
**/.vs
**/.vscode
node_modules
appsettings.Development.json

View File

@@ -0,0 +1,11 @@
**/.git
**/.github
**/.claude
**/.gitea
**/bin
**/obj
**/.cache
**/.vs
**/.vscode
node_modules
appsettings.Development.json

View File

@@ -1,5 +1,5 @@
.sidebar {
width: 280px;
width: 240px;
background-color: var(--color-sidebar);
border-right: 1px solid rgba(255, 255, 255, 0.05);
display: flex;