Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h-yw/ifcat

ifcat博客
https://github.com/h-yw/ifcat

blog nextjs

Last synced: about 1 month ago
JSON representation

ifcat博客

Awesome Lists containing this project

README

        

# [iFCat](https://hlovez.life)

## 构建

```bash
docker build moonhou/ifcat:[version] .

docker save -o ifcat-v[version].tar moonhou/ifcat:[version]

scp ifcat-v[version].tar [user]@[host]:[path]/ifcat-v[version].tar

docker load -i ./ifcat-v0.1.1.tar
docker stop ifcat
docker rm ifcat
docker run -d --name ifcat -p 3000:3000 moonhou/ifcat:[version]

```