edwagbb commited on
Commit
28add93
·
1 Parent(s): 3400cc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,9 +4,9 @@ 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
 
9
  WORKDIR /var/www/html
10
  EXPOSE 7860
11
  CMD ["php", "-S", "0.0.0.0:7860", "-t", "/var/www/html"]
12
-
 
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
11
  EXPOSE 7860
12
  CMD ["php", "-S", "0.0.0.0:7860", "-t", "/var/www/html"]