https://github.com/jayllyz/biome-docker
Run Biome CLI inside Docker :whale:
https://github.com/jayllyz/biome-docker
biome docker
Last synced: 6 months ago
JSON representation
Run Biome CLI inside Docker :whale:
- Host: GitHub
- URL: https://github.com/jayllyz/biome-docker
- Owner: Jayllyz
- License: mit
- Created: 2024-05-28T07:59:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T14:31:07.000Z (10 months ago)
- Last Synced: 2025-04-04T04:32:13.224Z (6 months ago)
- Topics: biome, docker
- Homepage: https://biomejs.dev/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# biome-docker
Small docker image for running Biome CLI.
## Usage
```bash
cd dockerfiles && docker build -t biome-docker -f Dockerfile.alpine . # or Dockerfile.debian
docker run -it --rm --name biome-docker -v .:/data biome-docker check --fix
```