edwagbb commited on
Commit
03025d7
1 Parent(s): 8f6abef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -5,7 +5,6 @@ RUN wget -O /typecho.zip https://github.com/typecho/typecho/releases/download/v1
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
 
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