garrettdowd/podcast-dl-server

BUG: subprocess.Popen issues

Opened this issue · 0 comments

On both python:alpine and node:alpine base images the download would fail using Popen. Popen was removed and replaced with os.system() which does the job but is sub-optimal.

Current build uses python:alpine base image. Need to investigate node:alpine image issues further.