|
@@ -7,10 +7,8 @@ RUN rm -rf /data/project/* \
|
|
|
&& rm -rf /app/wapage \
|
|
|
&& rm -f /etc/supervisord.conf
|
|
|
ADD http://10.26.22.185:9000/psop/soft/ads.war /data/project/ads.war
|
|
|
-COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
COPY supervisord.conf /etc/supervisord.conf
|
|
|
COPY resin.conf /app/resin-pro-3.1.6/conf/resin.conf
|
|
|
|
|
|
#start resin
|
|
|
-ENTRYPOINT ["entrypoint.sh"]
|
|
|
CMD ["supervisord"]
|