Update srv_dockerfile

This commit is contained in:
jakani24
2024-04-27 14:10:53 +02:00
parent fdff4736ff
commit 11d22319cb

View File

@@ -6,6 +6,7 @@ RUN docker-php-ext-install mysqli
RUN a2enmod ssl
RUN service apache2 restart
COPY ./cyberhex-code /var/www/html
COPY ./logo.png /var/www/html/logo.png
RUN mkdir -p /var/www/html/install/
RUN mkdir -p /var/www/html/database_srv
RUN mkdir -p /var/www/html/export