Skip to content

Commit

Permalink
fix(media): pmpd - missing comma :D
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Nov 26, 2024
1 parent 338fb40 commit 2f387ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pmpd/pmpd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ USER python
# --- This part differs from base image.
# Copy pmpd script
COPY pmpd.py /home/python/pmpd.py
ENTRYPOINT ["/usr/bin/python" "/home/python/pmpd.py"]
ENTRYPOINT ["/usr/bin/python", "/home/python/pmpd.py"]


0 comments on commit 2f387ba

Please sign in to comment.