edwagbb commited on
Commit
aeff743
·
1 Parent(s): dd9d86b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apk update && apk upgrade && apk add php php-sqlite3 php-curl php-mysqli php
8
  RUN wget -O /typecho.zip https://github.com/typecho/typecho/releases/download/v1.2.1/typecho.zip
9
  RUN mkdir -p /var/www/html && unzip /typecho.zip -d /var/www/html
10
  RUN chmod -R u+rwx,g+rwx,o+rwx /var/www/html/usr
11
- #COPY config.inc.php /var/www/html/config.inc.php
12
 
13
 
14
  WORKDIR /var/www/html
 
8
  RUN wget -O /typecho.zip https://github.com/typecho/typecho/releases/download/v1.2.1/typecho.zip
9
  RUN mkdir -p /var/www/html && unzip /typecho.zip -d /var/www/html
10
  RUN chmod -R u+rwx,g+rwx,o+rwx /var/www/html/usr
11
+ COPY config.inc.php /var/www/html/config.inc.php
12
 
13
 
14
  WORKDIR /var/www/html