fix: refs #4409 Asset fixes
This commit is contained in:
parent
f508cbeb7c
commit
4f0f778ed0
|
@ -22,10 +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 config
|
||||
COPY queues queues
|
||||
COPY lib lib
|
||||
COPY \
|
||||
COPY lib \
|
||||
config \
|
||||
queues \
|
||||
LICENSE \
|
||||
README.md \
|
||||
consumer.js \
|
||||
|
|
|
@ -22,9 +22,8 @@ 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 config
|
||||
COPY queues queues
|
||||
COPY \
|
||||
COPY config \
|
||||
queues \
|
||||
LICENSE \
|
||||
README.md \
|
||||
mycdc.js \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
DROP TABLE IF EXISTS `util`.`binlogQueue`;
|
||||
DROP USER 'zongji'@'%';
|
||||
DROP USER IF EXISTS 'mycdc-producer'@'%';
|
||||
DROP USER IF EXISTS 'mycdc-consumer'@'%';
|
||||
|
|
Loading…
Reference in New Issue