Browse Source

[CI SKIP]

scofield 3 years ago
parent
commit
6a00a9661a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Dockerfile

+ 5 - 0
Dockerfile

@@ -1,2 +1,7 @@
 FROM hub.evbj.easou.com/qa/book-api:v1c
 FROM hub.evbj.easou.com/qa/book-api:v1c
 
 
+COPY resin.properties /app/soft/resin-4.0.65/conf/resin.properties 
+
+
+ENTRYPOINT ["entrypoint.sh"]
+CMD ["supervisord"]