|
@@ -1,4 +1,4 @@
|
|
-FROM centos:7
|
|
|
|
|
|
+FROM hub.evbj.easou.com/dev/centos:7.9.2009
|
|
|
|
|
|
LABEL author="robert[robert_du@easou.cn]"
|
|
LABEL author="robert[robert_du@easou.cn]"
|
|
|
|
|
|
@@ -34,4 +34,4 @@ RUN export RELEASE=`head -n 1 /etc/release` \
|
|
|
|
|
|
#start resin
|
|
#start resin
|
|
ENTRYPOINT ["entrypoint.sh"]
|
|
ENTRYPOINT ["entrypoint.sh"]
|
|
-CMD ["supervisord"]
|
|
|
|
|
|
+CMD ["/usr/bin/supervisord"," -c ", "/etc/supervisord.conf"]
|