diff --git a/Dockerfile.serve b/Dockerfile.serve index a29a11100..5cbcafe2b 100644 --- a/Dockerfile.serve +++ b/Dockerfile.serve @@ -11,6 +11,6 @@ FROM registry.access.redhat.com/rhscl/httpd-24-rhel7 # Add application sources RUN mkdir -p /var/www/html/kam COPY --from=builder /tmp/kam/dist/kam_windows_amd64.exe /tmp/kam/dist/kam_linux_amd64 /tmp/kam/dist/kam_darwin_amd64 /var/www/html/kam/ - +COPY config/index.html /var/www/html/index.html # The run script uses standard ways to run the application CMD run-httpd \ No newline at end of file diff --git a/config/index.html b/config/index.html new file mode 100644 index 000000000..8c7a698a8 --- /dev/null +++ b/config/index.html @@ -0,0 +1,23 @@ + + +
+Darwin | +kam_darwin_amd64 | +
Linux | +kam_linux_amd64 | +
Windows | +kam_windows_amd64.exe | +