beremiz

fix for gc errors on shutdown
python3
2022-10-28, GP Orcullo
88fe6fc9fd38
file isExecutable
fix for gc errors on shutdown
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER