GumTreeDiff / gumtree

An awesome code differencing tool
https://github.com/GumTreeDiff/gumtree/wiki
GNU Lesser General Public License v3.0
936 stars 174 forks source link

Docker Image #337

Closed Sin-Mim closed 9 months ago

Sin-Mim commented 9 months ago

Hi,

I pulled the Docker image using docker pull gumtreediff/gumtree, and then executed the command docker run -v /my/original-folder:/diff/left -v /my/modified-folder:/diff/right -p 4567:4567 gumtreediff/gumtree webdiff left/ right/ as its mentioned in documentation. However, I encountered the error Unknown sub-command 'webdiff'. It seems that there are no available commands. Am I missing something : )?

jrfaller commented 9 months ago

Normally fixed by 87d9dcc