msokk / electron-render-service

Microservice for rendering PDF/PNG/JPEG from HTML with Electron
MIT License
102 stars 31 forks source link

A fix for #31 #39

Closed Reggino closed 7 years ago

Reggino commented 7 years ago

xvfb doesn't always quit nicely when the docker container is stopped. As a result, a lock-file may be present, blocking a next start of the container.

This is a crude fix to just always remove the lockfile before starting xvfb

Reggino commented 7 years ago

I don't think the failing test is related to the change :wink: