Skip to content

Commit

Permalink
Update service build context in docker-compose.yml
Browse files Browse the repository at this point in the history
Renamed the service directory from 'person-altinn3-tilgang-service' to 'testnav-altinn3-tilgang-service' in the build context. This ensures the correct service path is used during the build process.
  • Loading branch information
krharum committed Jan 7, 2025
1 parent a238583 commit 25e3ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- TOKEN_X_PRIVATE_JWK=${JWK}
- MASKINPORTEN_CLIENT_JWK=${JWK}
build:
context: ./apps/person-altinn3-tilgang-service
context: ./apps/testnav-altinn3-tilgang-service
depends_on:
- tokendings
- maskinporten
Expand Down

0 comments on commit 25e3ae6

Please sign in to comment.