mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
8003611c37
Signed-off-by: Egor Savkin <tomasfire@live.com>
10 lines
191 B
Bash
Executable File
10 lines
191 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Restore workspace contents in mongo/elastic
|
|
rush build
|
|
rush bundle
|
|
rush docker:build
|
|
|
|
# Re-assign user to workspace.
|
|
docker compose -p sanity up $1 -d --force-recreate
|