Update Dockerfile

Minor housekeeping
This commit is contained in:
phermeys
2023-12-23 16:52:18 -08:00
committed by GitHub
parent 1c014c764e
commit d5d7a8a241

View File

@ -9,9 +9,8 @@ RUN apt-get update && \
# Create a directory to mount the SMB share # Create a directory to mount the SMB share
RUN mkdir /mnt/smb 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 apache-config.conf /etc/apache2/sites-available/000-default.conf
#COPY index.html /var/www/html/
# Expose Apache port # Expose Apache port
EXPOSE 80 EXPOSE 80