Skip to content

Commit

Permalink
fix jib build
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Gessner committed Dec 28, 2023
1 parent 8f3ec9a commit 8e43478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jib {
extraDirectories {
paths {
path {
from = 'webapp/build'
from = 'webapp/dist'
into = '/app/resources/static'
}
}
Expand Down

0 comments on commit 8e43478

Please sign in to comment.