8 lines
194 B
Markdown
Raw Normal View History

2024-05-29 20:12:18 +08:00
# 用 rust 复刻 https://git.jeffthecoder.xyz/public/chat-signaling-server
2024-05-29 18:49:28 +08:00
2024-05-29 20:12:18 +08:00
## 构建
2024-05-29 18:49:28 +08:00
2024-05-29 20:12:18 +08:00
```bash
docker load -i $(nix-build --expr '(import <nixpkgs> {}).callPackage ./docker-image.nix {}')
2024-05-29 18:49:28 +08:00
```