Browse Source

更新 'Dockerfile'

stone 5 years ago
parent
commit
c733dd1847
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -16,7 +16,7 @@ RUN yum install -y wget rsync epel-release \
     && tar -zxf jdk1.6.0_21.tar.gz -C /usr/java/ \ 
     && tar -zxf misc.tar.gz -C /app/waphost/ \
     && rm -f misc.tar.gz jdk1.6.0_21.tar.gz \
-	&& rm -f /app/wapage/miscSearch/start.sh
+	&& rm -f /app/wapage/miscSearch/start.sh \
     && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone 
 
 COPY entrypoint.sh /usr/bin/entrypoint.sh