Skip to content

Commit f882068

Browse files
author
git
committed
[Terry N.] more path corrs
1 parent 2dd9ff3 commit f882068

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docker/sigmakee/Dockerfile

+7-5
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ COPY --from=builder \
2121
/usr/local/bin/libz3.* /usr/local/bin/
2222

2323
# Just the essentials
24-
COPY ./sigmakee-runtime/KBs/config.xml /root/sigmakee-runtime/
25-
COPY ./sigmakee-runtime/*.kif /root/sigmakee-runtime/
26-
COPY ./sigmakee-runtime/Translations /root/sigmakee-runtime/
27-
COPY ./sigmakee-runtime/WordNetMappings /root/sigmakee-runtime/
28-
COPY ./sigmakee-runtime/development /root/sigmakee-runtime/
24+
COPY ./sigmakee-runtime/KBs/config.xml /root/sigmakee-runtime/KBs/
25+
COPY ./sigmakee-runtime/KBs/*.kif /root/sigmakee-runtime/KBs/
26+
COPY ./sigmakee-runtime/KBs/Translations /root/sigmakee-runtime/KBs/
27+
COPY ./sigmakee-runtime/KBs/WordNetMappings /root/sigmakee-runtime/KBs/
28+
COPY ./sigmakee-runtime/KBs/development /root/sigmakee-runtime/KBs/
2929

30+
# Not necessary since everything is in the WAR
3031
COPY ./sigmakee/build/WEB-INF/lib/*.jar /root/sigmakee/
32+
COPY ./sigmakee/build/sigmakee.jar /root/sigmakee/
3133

3234
COPY ./sigma.war $CATALINA_HOME/webapps/sigma.war
3335

docker/sumo-ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY --from=builder \
2020
COPY --from=builder \
2121
/usr/local/bin/libz3.* /usr/local/bin/
2222

23-
COPY ./sigmakee-runtime/KBs/config.xml /root/sigmakee-runtime/
23+
COPY ./sigmakee-runtime/KBs/config.xml /root/sigmakee-runtime/KBs/
2424

2525
COPY ./sigmakee/build/WEB-INF/lib/*.jar /root/sigmakee/
2626

0 commit comments

Comments
 (0)