feature: skip unnecessary recompilation in some cases
This commit is contained in:
parent
a8bcde76e2
commit
19a21ad3a9
6 changed files with 36 additions and 0 deletions
|
@ -3,3 +3,4 @@
|
|||
!go.mod
|
||||
!go.sum
|
||||
!**/*.go
|
||||
cmd/**
|
||||
|
|
7
cmd/consumer/Dockerfile.dockerignore
Normal file
7
cmd/consumer/Dockerfile.dockerignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
*
|
||||
**/*
|
||||
!go.mod
|
||||
!go.sum
|
||||
!**/*.go
|
||||
cmd/**
|
||||
!cmd/consumer
|
7
cmd/lister/Dockerfile.dockerignore
Normal file
7
cmd/lister/Dockerfile.dockerignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
*
|
||||
**/*
|
||||
!go.mod
|
||||
!go.sum
|
||||
!**/*.go
|
||||
cmd/**
|
||||
!cmd/lister
|
7
cmd/plc-mirror/Dockerfile.dockerignore
Normal file
7
cmd/plc-mirror/Dockerfile.dockerignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
*
|
||||
**/*
|
||||
!go.mod
|
||||
!go.sum
|
||||
!**/*.go
|
||||
cmd/**
|
||||
!cmd/plc-mirror
|
7
cmd/record-indexer/Dockerfile.dockerignore
Normal file
7
cmd/record-indexer/Dockerfile.dockerignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
*
|
||||
**/*
|
||||
!go.mod
|
||||
!go.sum
|
||||
!**/*.go
|
||||
cmd/**
|
||||
!cmd/record-indexer
|
7
cmd/update-db-schema/Dockerfile.dockerignore
Normal file
7
cmd/update-db-schema/Dockerfile.dockerignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
*
|
||||
**/*
|
||||
!go.mod
|
||||
!go.sum
|
||||
!**/*.go
|
||||
cmd/**
|
||||
!cmd/update-db-schema
|
Loading…
Add table
Add a link
Reference in a new issue