Commit aaf3c5d4390fefd11d5ab69cc05d156eee6f7df2

Authored by volodymyr-babak
1 parent 2f5c9ecb

small docker makefiles fixes

@@ -7,7 +7,7 @@ build: @@ -7,7 +7,7 @@ build:
7 cp ../../dao/src/main/resources/demo-data.cql . 7 cp ../../dao/src/main/resources/demo-data.cql .
8 cp ../../dao/src/main/resources/system-data.cql . 8 cp ../../dao/src/main/resources/system-data.cql .
9 docker build --pull -t ${PROJECT}/${APP}:${VERSION} . 9 docker build --pull -t ${PROJECT}/${APP}:${VERSION} .
  10 + rm schema.cql demo-data.cql system-data.cql
10 11
11 push: build 12 push: build
12 - docker push ${PROJECT}/${APP}:${VERSION}  
13 - rm schema.cql demo-data.cql system-data.cql  
  13 + docker push ${PROJECT}/${APP}:${VERSION}
@@ -5,7 +5,7 @@ APP=application @@ -5,7 +5,7 @@ APP=application
5 build: 5 build:
6 cp ../../application/target/thingsboard.deb . 6 cp ../../application/target/thingsboard.deb .
7 docker build --pull -t ${PROJECT}/${APP}:${VERSION} . 7 docker build --pull -t ${PROJECT}/${APP}:${VERSION} .
  8 + rm thingsboard.deb
8 9
9 push: build 10 push: build
10 - docker push ${PROJECT}/${APP}:${VERSION}  
11 - rm thingsboard.deb  
  11 + docker push ${PROJECT}/${APP}:${VERSION}