mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 10:15:26 +00:00
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