Containerfile 101 B

123
  1. FROM registry.redhat.io/ubi8/php-74:latest
  2. COPY index.php /opt/app-root/src
  3. CMD /usr/libexec/s2i/run