fix: refs #4409 Dockerfile COPY dir fix
gitea/mycdc/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-05-07 08:31:53 +02:00
parent 7ae4f09453
commit ba2ad3bbd2
3 changed files with 8 additions and 8 deletions

View File

@ -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 \
&& (cd zongji && npm install --omit=dev)
COPY lib \
config \
queues \
LICENSE \
COPY lib lib
COPY config config
COPY queues queues
COPY LICENSE \
README.md \
consumer.js \
./

View File

@ -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 \
&& (cd zongji && npm install --omit=dev)
COPY config \
queues \
LICENSE \
COPY config config
COPY queues queues
COPY LICENSE \
README.md \
mycdc.js \
index.js \

View File

@ -1,6 +1,6 @@
{
"name": "mycdc",
"version": "0.0.10",
"version": "0.0.11",
"author": "Verdnatura Levante SL",
"description": "Asynchronous DB calculations reading the binary log",
"license": "GPL-3.0",