mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
c9e1d9fd51
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
10 lines
183 B
Bash
Executable File
10 lines
183 B
Bash
Executable File
#!/bin/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
|