From d5d7a8a241ada16a188c599c6756d53bd220ac4d Mon Sep 17 00:00:00 2001 From: phermeys <154031155+phermeys@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:52:18 -0800 Subject: [PATCH] Update Dockerfile Minor housekeeping --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f42ab95..ffcdf5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,8 @@ RUN apt-get update && \ # Create a directory to mount the SMB share RUN mkdir /mnt/smb -# Copy your Apache configuration files, HTML, PHP, or other site content +# Copy Apache configuration file COPY apache-config.conf /etc/apache2/sites-available/000-default.conf -#COPY index.html /var/www/html/ # Expose Apache port EXPOSE 80