change build logic

This commit is contained in:
Emily
2024-06-26 03:22:22 +02:00
parent 62f555f86f
commit 9a2cde0954
9 changed files with 302 additions and 26 deletions

32
.dockerignore Normal file
View File

@@ -0,0 +1,32 @@
# Broker
broker/node_modules
broker/scripts/start_dev.js
broker/ecosystem.config.cjs
broker/ecosystem.config.example.cjs
broker/Dockerfile
broker/.gitignore
broker/dist
# Producer
producer/node_modules
producer/scripts/start_dev.js
producer/ecosystem.config.cjs
producer/ecosystem.config.example.cjs
producer/Dockerfile
producer/.gitignore
producer/dist
# Dashboard
dashboard/*
# Shared
shared/node_modules
shared/.gitignore
# Others
docs/*
landing/*
docker/*
dev/*
assets/*