Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema authored Dec 20, 2020
1 parent bf0ea01 commit e869897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ COPY nicoch/cpanfile /var/www/html/cpanfile
RUN cpanm --installdeps --no-man-pages /var/www/html/ && \
rm -rf /root/.cpanm/work/*

RUN mkdir -p ${APACHE_RUN_DIR} && touch ${APACHE_RUN_DIR}/dummy

COPY nicoch/ /var/www/html/
RUN chmod 755 /var/www/html/*.cgi /var/www/html/*.pl

Expand Down

0 comments on commit e869897

Please sign in to comment.