docker_manager/dev_server

5 lines
87 B
Bash
Executable File

#!/bin/bash
(cd manager-client && ember serve --proxy "http://localhost:${1:-3000}")