File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,8 @@ COPY docker/entrypoint.sh /entrypoint.sh
2424
2525RUN ln -s /configuration.json /usr/share/nginx/html/configuration.json
2626
27+ HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
28+ CMD wget -qO /dev/null http://localhost:80/ || exit 1
29+
2730ENTRYPOINT ["/entrypoint.sh" ]
2831CMD ["nginx" , "-g" , "daemon off;" ]
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const collapseName = shortenText(name);
8686 </template >
8787
8888 <template v-else-if =" geometry " >
89- <LeafletMap class =" h-72 flex grow min-w-[200px] mr-4" :modelValue =" geometry" :enableDrawing =" false" />
89+ <LeafletMap class =" h-72 flex grow min-w-50 mr-4" :modelValue =" geometry" :enableDrawing =" false" />
9090 <p class =" text-sm" >This map is not designed or suitable for Native Title research.</p >
9191 </template >
9292
You can’t perform that action at this time.
0 commit comments