Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Apr 5, 2024
1 parent 459b3d3 commit 9257668
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,7 @@ buildah run \
buildah run \
--workingdir '/code' \
${webssh} \
sh -c 'cat <<EOF > webssh/templates/index.html
> <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WebSSH</title>
</head>
<body>
<p>Web interface has been disabled</p>
</body>
</html>
EOF'
sh -c 'rm -rf preview docker-compose.yml setup.* tests webssh/static webssh/templates; mkdir -p webssh/static/css/fonts'
popd
popd
rm -rf webssh_tmp
Expand Down

0 comments on commit 9257668

Please sign in to comment.