Viewing a single comment thread. View all comments

twovests wrote

Hi, are you in the Postmill directory?

git clone git@codeberg.org:Postmill/Postmill.git
cd Postmill
docker build -t registry.postmill.xyz/postmill/postmill:php-latest --target postmill_php .
docker build -t registry.postmill.xyz/postmill/postmill:web-latest --target postmill_web .

IIRC, these docker build commands look inside the current directory for a matching Dockerfile. It's strange, but the url registry.postmill.xyz/postmill/postmill:php-latest is an identifier.

1