kindlydodo
Results
2
comments of
kindlydodo
i am facing the same problem. After i enabled DEBUG, in docker: ``` services: dtrack-apiserver: container_name: dtrack_backend image: dependencytrack/apiserver environment: - LOGGING_LEVEL=DEBUG ... ``` i found the folloging Log: ```...
Looks awesome, thank you! What I try to achieve is to have a container where the ui/ and api/ folder and the uncompiled source files are. This way I can...