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 dfcfb31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ buildah run \
</body>
</html>
EOF'
# cleanup the container
buildah run \
--workingdir '/code' \
${webssh} \
sh -c 'rm -rf preview docker-compose.yml setup.* tests'
popd
popd
rm -rf webssh_tmp
Expand Down

0 comments on commit dfcfb31

Please sign in to comment.