Skip to content

Commit

Permalink
Fix web continaer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 15, 2023
1 parent 1be204d commit 4b3ccfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ RUN apt-get update && apt-get install -y libapache2-mod-passenger
RUN echo "ServerName $(cat /etc/hostname)" >> /etc/apache2/apache2.conf
RUN a2enmod passenger

# Check installation
RUN /usr/bin/passenger-config validate-install
RUN /usr/sbin/passenger-memory-stats
# # Check installation
# RUN /usr/bin/passenger-config validate-install
# RUN /usr/sbin/passenger-memory-stats

# Enable required apache modules for the cgimap Apache service
RUN a2enmod proxy proxy_http rewrite
Expand Down

0 comments on commit 4b3ccfd

Please sign in to comment.