JackBootHTTP/Dockerfile

6 lines
82 B
Docker

FROM php:8.1-apache
COPY html/ /var/www/html/
EXPOSE 80/tcp
VOLUME [ "/config" ]