Skip to content
  • Sheogorath's avatar
    Improve docker build cache usage · ead512c8
    Sheogorath authored
    By adding the Dockerfile to `.dockerignore` it's no longer copied into
    the image during the initial `COPY . /build` step. This will prevent
    breaking the build cache while working on the Dockerfile.
    ead512c8