mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
10 lines
183 B
Bash
10 lines
183 B
Bash
|
#!/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
|