astral-sh / uv-docker-example

An example of using uv in Docker images
33 stars 9 forks source link

remove dockerignore from the image #12

Closed mgaitan closed 2 weeks ago

mgaitan commented 2 weeks ago

We can remove the line ADD .dockerignore . from the Dockerfile. The .dockerignore file is only used to exclude files from the build context and doesn’t need to be included in the final image

zanieb commented 2 weeks ago

Thanks!