Run phrase cli in a docker container.
Initialize and configure your project:
docker run --rm --tty --interactive --volume $(pwd):/code --workdir /code ghcr.io/francois2metz/phrase init
Pull translations from phraseapp to your project:
docker run --rm --tty --interactive --volume $(pwd):/code --workdir /code ghcr.io/francois2metz/phrase pull
See more examples on the CLI readme.