Skip to content

nowaja/docker-deptrac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Deptrac via docker

This project is based on https://github.com/qossmic/deptrac, so credits go to them! For bugs in deptrac contact them. For any issues with this docker image go a head and contact me via https://github.com/ohartl/docker-deptrac/issues

Run deptrac

Mount your project directory to the /app volume

docker run --rm -v $PWD:/app ohartl/deptrac

# which is equivalent to
docker run --rm -v $PWD:/app ohartl/deptrac analyze

Initializing a deptrac project?

No problem, you can just pass any of the deptrac commands at the end.

docker run --rm -v $PWD:/app ohartl/deptrac init
  1. It still uses php 7.4, this image uses php 8.0
  2. It's build does not verify the source with the gpg key

About

Keep your php architecture clean. (via Docker)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%