Skip to content

Commit

Permalink
fix(docker): adjust docker entry point (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 authored Feb 7, 2024
1 parent 0ac3b96 commit f1343b0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/administration-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
# service and transitive paths
- 'src/administration/**'
- 'src/externalsystems/**'
- 'src/framework/**'
- 'src/keycloak/**'
- 'src/mailing/**'
- 'src/notifications/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/maintenance-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
push:
paths:
# service and transitive paths
- 'src/framework/**'
- 'src/maintenance/Maintenance.App/**'
- 'src/portalbackend/PortalBackend.PortalEntities/**'
# workflow file
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/marketplace-app-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
# service and transitive paths
- 'src/marketplace/Apps.Service/**'
- 'src/marketplace/Offers.Library/**'
- 'src/framework/**'
- 'src/keycloak/**'
- 'src/mailing/**'
- 'src/notifications/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/notification-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
paths:
# service and transitive paths
- 'src/notifications/**'
- 'src/framework/**'
- 'src/keycloak/**'
- 'src/portalbackend/**'
- 'src/web/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/portal-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
push:
paths:
# service and transitive paths
- 'src/framework/**'
- 'src/portalbackend/PortalBackend.Migrations/**'
- 'src/portalbackend/PortalBackend.PortalEntities/**'
# workflow file
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/processes-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
push:
paths:
# service and transitive paths
- 'src/framework/**'
- 'src/processes/Processes.ProcessIdentity/**'
- 'src/processes/Processes.Worker/**'
- 'src/processes/ApplicationChecklist.Library/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/provisioning-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
push:
paths:
# service and transitive paths
- 'src/framework/**'
- 'src/provisioning/Provisioning.Migrations/**'
- 'src/provisioning/Provisioning.ProvisioningEntities/**'
# workflow file
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/registration-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
push:
paths:
# service and transitive paths
- 'src/framework/**'
- 'src/registration/**'
- 'src/keycloak/**'
- 'src/mailing/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/services-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
push:
paths:
# service and transitive paths
- 'src/framework/**'
- 'src/marketplace/Services.Service/**'
- 'src/marketplace/Offers.Library/**'
- 'src/keycloak/**'
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-provisioning-migrations
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ WORKDIR /migrations
COPY --from=publish /migrations/publish .
RUN chown -R 1000:3000 /migrations
USER 1000:3000
ENTRYPOINT ["dotnet", "Org.CatenaX.Ng.Portal.Backend.Provisioning.Migrations.dll"]
ENTRYPOINT ["dotnet", "Org.Eclipse.TractusX.Portal.Backend.Provisioning.Migrations.dll"]

0 comments on commit f1343b0

Please sign in to comment.