Skip to content

Commit

Permalink
remove unneeded dockerignore file
Browse files Browse the repository at this point in the history
It was added as part of https://cue-review.googlesource.com/c/cue/+/5140
as that initial Dockerfile built cmd/cue inside a docker container,
so the dockerignore file helped the COPY line to not copy too much.
The go build has happened outside of Docker for a long time now,
and the Dockerfile only does a COPY of a single binary.

Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I9b7e686b34b06b12b29e591359c1b0ba9118e13c
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1183761
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
  • Loading branch information
mvdan committed Mar 17, 2024
1 parent c248f4e commit 5489392
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .dockerignore

This file was deleted.

0 comments on commit 5489392

Please sign in to comment.