Commit 4a376ca 1 parent 6dedeec commit 4a376ca Copy full SHA for 4a376ca
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ LABEL stage=build-contains-credentials
14
14
RUN cd /kitdm20/ && \
15
15
git clone -v https://github.com/kit-data-manager/pit-service.git --branch master service && \
16
16
cd service && \
17
- ./gradlew build --stacktrace && \
17
+ ./gradlew build --stacktrace -x test -x javadoc && \
18
18
cp build/libs/TypedPIDMaker*.jar ../
19
19
20
20
@@ -25,6 +25,6 @@ LABEL stage=run
25
25
RUN mkdir -p /kitdm20/config
26
26
COPY java-release-run.sh /kitdm20/
27
27
COPY --from=build-pit /kitdm20/TypedPIDMaker*.jar /kitdm20/TypedPIDMaker.jar
28
- COPY pit-service/conf / /kitdm20/config/
28
+ COPY pit-service/config / /kitdm20/config/
29
29
EXPOSE 8080
30
30
CMD bash /kitdm20/java-release-run.sh TypedPIDMaker.jar
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ pit.pidsystem.implementation = IN_MEMORY
107
107
# If you chose HANDLE_PROTOCOL, you need to set up your prefix and its key/certificate:
108
108
# pit.pidsystem.handle-protocol.credentials.handleIdentifierPrefix = 21.T11981 # prefix string
109
109
# pit.pidsystem.handle-protocol.credentials.userHandle = 21.T11981/USER01 # user PID
110
- # pit.pidsystem.handle-protocol.credentials.privateKeyPath = test_prefix_data/21.T11981_USER01_300_privkey.bin # private key/certificate file
110
+ # pit.pidsystem.handle-protocol.credentials.privateKeyPath = config/ test_prefix_data/21.T11981_USER01_300_privkey.bin
111
111
# If you chose HANDLE_REST, you need to add credentials and the prefix:
112
112
# pit.pidsystem.handle.userName = 21.T11981/USER01
113
113
# pit.pidsystem.handle.userPassword = ...
You can’t perform that action at this time.
0 commit comments