From 4d0634137b2bf803af3fb5f87d53c201d2f7a718 Mon Sep 17 00:00:00 2001 From: Sundareswar Pullela <110754869+sundareswarpullela@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:11:06 -0800 Subject: [PATCH] Update dockerfile #2411 --- DockerBuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerBuild/Dockerfile b/DockerBuild/Dockerfile index adb97f293..c26a1a9bf 100644 --- a/DockerBuild/Dockerfile +++ b/DockerBuild/Dockerfile @@ -38,7 +38,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install - COPY 000-default.conf /etc/apache2/sites-available/000-default.conf RUN cd /var/www && mv html html-orig && ln -s /mnt/data/orangeboard/production/RTX/code/UI/interactive html RUN cd /var/www && a2enmod proxy && a2enmod proxy_html && a2enmod proxy_http && a2enmod rewrite && a2enmod headers -RUN a2enconf remoteip +RUN a2enmod remoteip COPY remoteip.conf /etc/apache2/conf-available/remoteip.conf RUN a2enconf remoteip RUN cd /var/www && /usr/sbin/apachectl configtest