DiamondLightSource / tickit

Event-based hardware simulation framework
Apache License 2.0
7 stars 0 forks source link

Update dockerignore to not include the .git dir #106

Closed abbiemery closed 1 year ago

abbiemery commented 1 year ago

The docker ignore needs updating so that the container build works locally. Currently when running podman build -t test . it will fail with the message LookupError: setuptools-scm was unable to detect version for /context.

Replacing the line **/.* in the .dockerignore with the specific directories and files you want to ignore, leaving the .git will fix this.