Skip to content

Commit

Permalink
Update dockerfile #2411
Browse files Browse the repository at this point in the history
  • Loading branch information
sundareswarpullela committed Nov 15, 2024
1 parent 2667136 commit 4d06341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerBuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d06341

Please sign in to comment.