Skip to content

Commit

Permalink
- Backend deploy
Browse files Browse the repository at this point in the history
- Integration test path fix altinn3
#deploy-test-dolly-backend
  • Loading branch information
stigus committed Jan 10, 2025
1 parent 9f0f1ad commit c405627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ public static void main(String[] args) {

SpringApplication.run(DollyBackendApplicationStarter.class, args);
}
}
}
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/testnav-altinn3-tilgang-service
context: ./apps/altinn3-tilgang-service
depends_on:
- tokendings
- maskinporten
Expand Down

0 comments on commit c405627

Please sign in to comment.