dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
366 B
13 lines
366 B
VERSION=1.2.4
|
|
PROJECT=thingsboard
|
|
APP=tb-cassandra-schema
|
|
|
|
build:
|
|
cp ../../dao/src/main/resources/schema.cql .
|
|
cp ../../dao/src/main/resources/demo-data.cql .
|
|
cp ../../dao/src/main/resources/system-data.cql .
|
|
docker build --pull -t ${PROJECT}/${APP}:${VERSION} .
|
|
rm schema.cql demo-data.cql system-data.cql
|
|
|
|
push: build
|
|
docker push ${PROJECT}/${APP}:${VERSION}
|