forked from abner/for-legacy-web
Remove twemoji dependency.
Support re-connecting after going / starting offline.
This commit is contained in:
7
publish.sh
Normal file
7
publish.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
version=$(cat VERSION)
|
||||
|
||||
docker build -t revoltchat/client:${version} . &&
|
||||
docker tag revoltchat/client:${version} revoltchat/client:latest &&
|
||||
docker push revoltchat/client:${version} &&
|
||||
docker push revoltchat/client:latest
|
||||
Reference in New Issue
Block a user