Skip to content

Commit

Permalink
fix deploy in container
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Oct 21, 2023
1 parent d3e47b8 commit fbab24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/manager-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<echo message="Copying frontend files to container... " />
<copy-to-container
source="${frontend.dist.dir}"
target="/srv/www/htdocs"
target="/usr/share/susemanager/www/htdocs"
failonerror="true"
backend="${container.backend}" />
</target>
Expand Down

0 comments on commit fbab24d

Please sign in to comment.