Compare commits

3 Commits

Author SHA1 Message Date
a860bb8921 fixing deploy
All checks were successful
Mindforge Web Build and Deploy (internal) / Build Mindforge Web Image (push) Successful in 3m17s
Mindforge Web Build and Deploy (internal) / Deploy Mindforge Web (internal) (push) Successful in 11s
2026-03-26 20:04:56 -03:00
e3748f7e96 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
2026-03-26 19:54:44 -03:00
20a5dc4b95 Merge pull request 'adding gitea service' (#1) from claude/beautiful-joliot into main
Some checks failed
Mindforge API Build and Deploy / Build Mindforge API Image (push) Failing after 51s
Mindforge API Build and Deploy / Deploy Mindforge API (internal) (push) Has been skipped
Mindforge Web Build and Deploy (internal) / Build Mindforge Web Image (push) Successful in 3m17s
Mindforge Web Build and Deploy (internal) / Deploy Mindforge Web (internal) (push) Successful in 9s
Reviewed-on: #1
2026-03-26 22:49:10 +00:00
4 changed files with 35 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

@@ -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;
@@ -38,4 +38,4 @@
justify-content: flex-start;
padding: 1rem 1.2rem;
font-size: 1.05rem;
}
}