refs #5541 Deploy fixes: install zongji deps
gitea/mylogger/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2023-04-11 08:50:10 +02:00
parent 6ca41934a3
commit e20c570029
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ RUN apt-get update \
WORKDIR /mylogger WORKDIR /mylogger
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm install --only=prod \ 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 BUILD_ID=unknown
ARG VERSION ARG VERSION