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