File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ group "default" {
1414/* ---------------------- userapi (UserManagementApi) ---------------------- */
1515target "userapi" {
1616 // Your project folder contains UserManagementApi.csproj + Dockerfile
17- context = " ./UserManagementApi "
18- dockerfile = " Dockerfile"
17+ context = " ."
18+ dockerfile = " ./UserManagementApi/ Dockerfile"
1919
2020 // Default tag; workflow should append latest/semver etc. via --set
2121 tags = [
@@ -31,8 +31,8 @@ target "userapi" {
3131
3232/* ---------------------- api (CentralizedLoggingApi) ---------------------- */
3333target "api" {
34- context = " ./CentralizedLoggingApi "
35- dockerfile = " Dockerfile"
34+ context = " ."
35+ dockerfile = " ./CentralizedLoggingApi/ Dockerfile"
3636
3737 tags = [
3838 " ${ REGISTRY_GHCR } /${ OWNER } /${ REPO_SLUG } /api:edge"
@@ -47,8 +47,8 @@ target "api" {
4747
4848/* ---------------------- web (IntegrationPortal) ---------------------- */
4949target "web" {
50- context = " ./ApiIntegrationMvc "
51- dockerfile = " Dockerfile"
50+ context = " ."
51+ dockerfile = " ./ApiIntegrationMvc/ Dockerfile"
5252
5353 tags = [
5454 " ${ REGISTRY_GHCR } /${ OWNER } /${ REPO_SLUG } /web:edge"
You can’t perform that action at this time.
0 commit comments