Skip to content

Commit

Permalink
Fix Permission denied error build beam locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Dec 22, 2022
1 parent 9810ff8 commit e521a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/backend/containers/go/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ task copyDockerfileDependencies(type: Copy) {
copy {
from '../../../../sdks/go'
into 'build/beam/go'
exclude '**/.gogradle/**'
}
copy {
from '../../../../sdks/go.mod'
Expand Down

0 comments on commit e521a66

Please sign in to comment.