|
@@ -1,9 +1,11 @@
|
|
|
-FROM hub.evbj.easou.com/qa/copyright-content-manager:v1base
|
|
|
+#FROM hub.evbj.easou.com/qa/copyright-content-manager:v1base
|
|
|
+FROM hub.evbj.easou.com/pro/copyright-content-manager:v1.0.4
|
|
|
|
|
|
COPY release /etc/release
|
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
|
|
|
RUN export RELEASE=`head -n 1 /etc/release` \
|
|
|
+ && rm -f /tmp/ROOT.war \
|
|
|
&& rsync -avz $RELEASE/ROOT.war /tmp/ROOT.war \
|
|
|
&& chmod +x /usr/bin/entrypoint.sh
|
|
|
|