Skip to content

Docklov: Command to check the Docker build context

Latest
Compare
Choose a tag to compare
@vovimayhem vovimayhem released this 22 Dec 23:42
· 17 commits to master since this release

This update adds the new command plis check context, which will list the project files that will be sent to a Docker build as a context.

This is very useful to debug which files can or cannot be copied to a Docker image during the build process.

Installation Instructions:

Mac & Linux (64bit):

Copy & paste at your own discretion:

sudo sh -c "curl -L https://github.com/IcaliaLabs/plis/releases/download/v0.0.0.build6/plis-`uname -s`_`uname -m` > /usr/local/bin/plis && chmod +x /usr/local/bin/plis"

Windows (64bit):

Download the executable, rename & run...