edwagbb commited on
Commit
ab7c6af
1 Parent(s): 28add93

Update Dockerfile

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