refs #5541 Deploy fixes: install zongji deps
gitea/mylogger/pipeline/head This commit looks good
Details
gitea/mylogger/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6ca41934a3
commit
e20c570029
|
@ -19,7 +19,8 @@ RUN apt-get update \
|
|||
WORKDIR /mylogger
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install --only=prod \
|
||||
&& git clone https://github.com/juan-ferrer-toribio/zongji.git
|
||||
&& git clone https://github.com/juan-ferrer-toribio/zongji.git \
|
||||
&& (cd zongji && npm install --only=prod)
|
||||
|
||||
ARG BUILD_ID=unknown
|
||||
ARG VERSION
|
||||
|
|
Loading…
Reference in New Issue