docker_manager/dev_server.js

5 lines
81 B
JavaScript
Executable File

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