This commit is contained in:
parent
6c256e3b84
commit
7c27e96243
|
@ -18,12 +18,11 @@ RUN apt-get update \
|
|||
# MyLogger
|
||||
|
||||
WORKDIR /mylogger
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install --omit=dev \
|
||||
&& git clone --depth 1 --branch fix-143 https://github.com/juan-ferrer-toribio/zongji.git \
|
||||
&& (cd zongji && npm install --omit=dev)
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
ARG BUILD_ID=unknown
|
||||
ARG VERSION
|
||||
ENV VERSION $VERSION
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mylogger",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "MySQL and MariaDB logger using binary log",
|
||||
"license": "GPL-3.0",
|
||||
|
|
Loading…
Reference in New Issue