File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ARG SERVER_NAME_DEFAULT=wapserver
44
55# This is the post that you want to use on the HOST machine, not in the container itself
66ARG PORT_DEFAULT=8090
7+ ARG SPARQ_DEFAULT=3330
78ARG HOST_DEFAULT=localhost
89ARG ROOT_DIRECTORY_DEFAULT=/spring
910
@@ -23,9 +24,10 @@ RUN echo $SERVICE_DIRECTORY
2324RUN bash ./build.sh $SERVICE_DIRECTORY
2425
2526# You can use this to set config variables or mount in an application.properties file
26- ENV SPRING_APPLICATION_JSON "{\" WapPort\" : ${PORT_DEFAULT}, \" Hostname\" : ${HOST_DEFAULT}}"
27+ ENV SPRING_APPLICATION_JSON "{\" WapPort\" : ${PORT_DEFAULT}, \" Hostname\" : \" ${HOST_DEFAULT}\" }"
2728
2829EXPOSE ${PORT_DEFAULT}
30+ EXPOSE ${SPARQL_DEFAULT}
2931WORKDIR $SERVICE_DIRECTORY
3032COPY ./profiles ./profiles/
3133COPY ./schemas ./schemas/
You can’t perform that action at this time.
0 commit comments