11 lines
No EOL
327 B
Markdown
11 lines
No EOL
327 B
Markdown
# Project
|
|
|
|
## Requirements
|
|
|
|
- `protobuf` see [tonic dependencies](https://github.com/hyperium/tonic#dependencies)
|
|
|
|
## RUN LOCAL
|
|
|
|
- `docker build . -t gateway`
|
|
- `docker run -p 22:22 gateway`
|
|
- `ssh test@localhost "{\"identifier\": \"project_env\", \"token\": \"token\", \"command\": \"/bin/bash\", \"envs\": {}, \"args\": []}"` |