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
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:
11
.dockerignore
Normal file
11
.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
**/.git
|
||||||
|
**/.github
|
||||||
|
**/.claude
|
||||||
|
**/.gitea
|
||||||
|
**/bin
|
||||||
|
**/obj
|
||||||
|
**/.cache
|
||||||
|
**/.vs
|
||||||
|
**/.vscode
|
||||||
|
node_modules
|
||||||
|
appsettings.Development.json
|
||||||
11
Mindforge.API/.dockerignore
Normal file
11
Mindforge.API/.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
**/.git
|
||||||
|
**/.github
|
||||||
|
**/.claude
|
||||||
|
**/.gitea
|
||||||
|
**/bin
|
||||||
|
**/obj
|
||||||
|
**/.cache
|
||||||
|
**/.vs
|
||||||
|
**/.vscode
|
||||||
|
node_modules
|
||||||
|
appsettings.Development.json
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
.sidebar {
|
.sidebar {
|
||||||
width: 280px;
|
width: 240px;
|
||||||
background-color: var(--color-sidebar);
|
background-color: var(--color-sidebar);
|
||||||
border-right: 1px solid rgba(255, 255, 255, 0.05);
|
border-right: 1px solid rgba(255, 255, 255, 0.05);
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -38,4 +38,4 @@
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
padding: 1rem 1.2rem;
|
padding: 1rem 1.2rem;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user