Skip to content

Commit

Permalink
Docker test: change source for plugin jar
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Jan 19, 2024
1 parent eeb7b7e commit fe3211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
ports:
- 15005:15005
volumes:
- ../../../target/grouper-authentication-plugin-0.0.1-SNAPSHOT.jar:/opt/grouper/plugins/grouper-authentication-plugin.jar
- ../../../releases/grouper-authentication-plugin-1.0.0.jar:/opt/grouper/plugins/grouper-authentication-plugin.jar
- ./grouper/config/grouper.properties:/opt/grouper/grouperWebapp/WEB-INF/classes/grouper.properties
## Uncomment one of the grouper-ui.properties below depending on the authentication method
## -- OIDC --
Expand Down

0 comments on commit fe3211e

Please sign in to comment.