This commit is contained in:
parent
7ae4f09453
commit
ba2ad3bbd2
|
@ -22,10 +22,10 @@ RUN npm install --omit=dev --no-audit --prefer-offline \
|
||||||
&& git clone --depth 1 --branch fix-143 https://github.com/juan-ferrer-toribio/zongji.git \
|
&& git clone --depth 1 --branch fix-143 https://github.com/juan-ferrer-toribio/zongji.git \
|
||||||
&& (cd zongji && npm install --omit=dev)
|
&& (cd zongji && npm install --omit=dev)
|
||||||
|
|
||||||
COPY lib \
|
COPY lib lib
|
||||||
config \
|
COPY config config
|
||||||
queues \
|
COPY queues queues
|
||||||
LICENSE \
|
COPY LICENSE \
|
||||||
README.md \
|
README.md \
|
||||||
consumer.js \
|
consumer.js \
|
||||||
./
|
./
|
||||||
|
|
|
@ -22,9 +22,9 @@ RUN npm install --omit=dev --no-audit --prefer-offline \
|
||||||
&& git clone --depth 1 --branch fix-143 https://github.com/juan-ferrer-toribio/zongji.git \
|
&& git clone --depth 1 --branch fix-143 https://github.com/juan-ferrer-toribio/zongji.git \
|
||||||
&& (cd zongji && npm install --omit=dev)
|
&& (cd zongji && npm install --omit=dev)
|
||||||
|
|
||||||
COPY config \
|
COPY config config
|
||||||
queues \
|
COPY queues queues
|
||||||
LICENSE \
|
COPY LICENSE \
|
||||||
README.md \
|
README.md \
|
||||||
mycdc.js \
|
mycdc.js \
|
||||||
index.js \
|
index.js \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mycdc",
|
"name": "mycdc",
|
||||||
"version": "0.0.10",
|
"version": "0.0.11",
|
||||||
"author": "Verdnatura Levante SL",
|
"author": "Verdnatura Levante SL",
|
||||||
"description": "Asynchronous DB calculations reading the binary log",
|
"description": "Asynchronous DB calculations reading the binary log",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
Loading…
Reference in New Issue