1
0

fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
syui 2024-04-13 10:41:03 +09:00
parent dddf92bb20
commit 4e416c421c
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -21,6 +21,6 @@ $ git clone https://github.com/bluesky-social/feed-generator
```sh
docker compose build feed-generator
docker build -t publish_feed -f Dockerfile .
docker build -t publish_feed -f Dockerfile.feed .
docker run publish_feed
```