mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
ui: Add websocket notifications.
This commit is contained in:
@@ -7,16 +7,16 @@ Update only the code:
|
||||
|
||||
basicswap]$ git pull
|
||||
$ cd docker
|
||||
$ docker-compose build
|
||||
$ export COINDATA_PATH=[PATH_TO]
|
||||
$ docker-compose build
|
||||
$ docker-compose up
|
||||
|
||||
If the dependencies have changed the container must be built with `--no-cache`:
|
||||
|
||||
basicswap]$ git pull
|
||||
$ cd docker
|
||||
$ docker-compose build --no-cache
|
||||
$ export COINDATA_PATH=[PATH_TO]
|
||||
$ docker-compose build --no-cache
|
||||
$ docker-compose up
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user