drastically reduced image size by multistaging and introducing docker ignore (from ~1.6 GB to 20 MB)
parent
c2bc4ab715
commit
67bc16c5d4
@ -0,0 +1,8 @@
|
|||||||
|
*
|
||||||
|
# exluding everything and only allowing directly relevant stuff
|
||||||
|
!cmd/server/main.go
|
||||||
|
!internal
|
||||||
|
!tokens
|
||||||
|
!go.mod
|
||||||
|
!go.sum
|
||||||
|
!server
|
Loading…
Reference in New Issue