mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
4 lines
119 B
Docker
4 lines
119 B
Docker
FROM httpd:2.4
|
|
LABEL maintainer="Stefano Pigozzi <me@steffo.eu>"
|
|
|
|
COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf
|