/[LeafOK_CVS]/fenglin/Dockerfile/dockerfile.apache
ViewVC logotype

Diff of /fenglin/Dockerfile/dockerfile.apache

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Mon Jan 5 11:10:26 2026 UTC Revision 1.3 by sysadm, Mon Jan 5 12:13:00 2026 UTC
# Line 6  COPY ./Dockerfile/httpd-vhosts.conf /usr Line 6  COPY ./Dockerfile/httpd-vhosts.conf /usr
6  RUN sed -i 's/#Include conf\/extra\/httpd-vhosts.conf/Include conf\/extra\/httpd-vhosts.conf/' /usr/local/apache2/conf/httpd.conf  RUN sed -i 's/#Include conf\/extra\/httpd-vhosts.conf/Include conf\/extra\/httpd-vhosts.conf/' /usr/local/apache2/conf/httpd.conf
7    
8  # Copy web application files  # Copy web application files
 RUN mkdir -p /var/www/html/gen_ex  
9  COPY ./bbs /var/www/html/bbs  COPY ./bbs /var/www/html/bbs
10  COPY ./gen_ex/*.css /var/www/html/gen_ex/  COPY ./gen_ex /var/www/html/gen_ex
11  COPY ./js /var/www/html/js  COPY ./js /var/www/html/js
12  COPY ./lib /var/www/html/lib  COPY ./lib /var/www/html/lib
13  COPY ./manage /var/www/html/manage  COPY ./manage /var/www/html/manage
14  RUN mkdir -p /var/www/html/bbs/cache /var/www/html/bbs/upload /var/www/html/conf /var/www/html/stat  RUN mkdir -p /var/www/html/bbs/cache \
15        /var/www/html/bbs/upload \
16        /var/www/html/bbs/images/face/upload_photo \
17        /var/www/html/conf /var/www/html/stat
18    
19  # Set ownership to www-data user and group  # Set ownership to www-data user and group
20  RUN chown -R www-data:www-data /var/www/html  RUN chown -R www-data:www-data /var/www/html


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1