Skip to content

zachauten/dprint-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dprint-docker

Dockerized dprint, with support for java (maybe more later)

building image

docker -t dprint .

running image

You will need to mount the source code that you're formatting to the container. It's easier to mount it to a subdirectory of the image's workdir, /app.

docker run --rm -it -v $(pwd)/src:/app/src dprint check

About

Dockerfile for dprint + java formatter

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published