github push docker image

This commit is contained in:
bwcx_jzy 2022-01-13 19:39:07 +08:00
parent 7e7abd40c6
commit 059603f2ae
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5

View File

@ -30,7 +30,7 @@ WORKDIR $JPOM_HOME
RUN mkdir -p $JPOM_HOME && \
curl -LfSo $JPOM_HOME/$JPOM_PKG https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/$JPOM_PKG && \
tar -f $JPOM_HOME/$JPOM_PKG -C $JPOM_HOME && \
cd $JPOM_HOME && tar -zxvf $JPOM_HOME/$JPOM_PKG && \
rm -rf $JPOM_HOME/$JPOM_PKG
VOLUME $JPOM_HOME