Sfoglia il codice sorgente

更新 'Dockerfile'

stone 4 anni fa
parent
commit
a77c6ce9de
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -7,6 +7,7 @@ COPY supervisord.conf /etc/supervisord.conf
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 
 RUN export RELEASE=`head -n 1 /etc/release` \
+	&& useradd wapage \
 	&& curl -O http://10.26.22.185:9000/psop/soft/miscSearch.tar \
 	&& mkdir /app/wapage \
 	&& tar -xf miscSearch.tar -C /app/wapage/ \