I have a Dockerfile, which looks like this:
Dockerfile
FROM centos/httpd COPY ./aquarium-javascript/html/ /var/www/html/ RUN yum install -y java-11-openjdk