Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Failed to open X display when restarting container (#790)
* Update docker-entrypoint.sh fix error: what(): Failed to open X display by deleting the .X99-lock file at the start of the containe * Update docker-entrypoint.sh add check - if the file .X99-lock exists it will be removed. If not nothing is done. * Update docker-entrypoint.sh Change check and deletion to a one-liner
- Loading branch information