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

This commit is contained in:
Juan Ferrer 2024-04-17 11:42:34 +02:00
parent 22289d8adc
commit f508cbeb7c
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ COPY \
LICENSE \
README.md \
consumer.js \
queue.js \
./
CMD ["node", "consumer.js"]