Skip to content

Commit

Permalink
Don't ignore target/machines for Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Oct 12, 2023
1 parent efacd68 commit 338fe21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ solgen/go
**/node_modules

target/**/*
!target/machines
!target/machines/*
!target/machines/**/*
brotli/buildfiles/**/*

# these are used by environment outside the docker:
Expand Down

0 comments on commit 338fe21

Please sign in to comment.