|
@@ -4,4 +4,6 @@ MAINTAINER scofield[scofield_shi@easou.cn]
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
COPY rsyncd.wapage /etc/rsyncd.wapage
|
|
COPY rsyncd.wapage /etc/rsyncd.wapage
|
|
COPY release /etc/release
|
|
COPY release /etc/release
|
|
-RUN sh /usr/bin/entrypoint.sh
|
|
|
|
|
|
+RUN sh /usr/bin/entrypoint.sh \
|
|
|
|
+ && source /etc/profile \
|
|
|
|
+ && su - wapage -c "sh /app/wapage/miscSearch/start.sh"
|