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

This commit is contained in:
Juan Ferrer 2024-04-04 18:05:18 +02:00
parent 5ceb973fa2
commit 68966f5353
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ COPY \
LICENSE \
README.md \
mycdc.js \
index.js \
./
CMD ["node", "index.js"]

View File

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