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 \
|
&& 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 config
|
COPY lib \
|
||||||
COPY queues queues
|
config \
|
||||||
COPY lib lib
|
queues \
|
||||||
COPY \
|
|
||||||
LICENSE \
|
LICENSE \
|
||||||
README.md \
|
README.md \
|
||||||
consumer.js \
|
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 \
|
&& 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 config
|
COPY config \
|
||||||
COPY queues queues
|
queues \
|
||||||
COPY \
|
|
||||||
LICENSE \
|
LICENSE \
|
||||||
README.md \
|
README.md \
|
||||||
mycdc.js \
|
mycdc.js \
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `util`.`binlogQueue`;
|
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