🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-07 18:47:43 -04:00
parent a1a7b36976
commit c1b6a3f330
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -47,7 +47,7 @@ EXPOSE $PORT
COPY --from=build /. /
HEALTHCHECK CMD ["/usr/local/bin/entrypoint-mpd.sh", "healthcheck"]
HEALTHCHECK --interval=15s --timeout=3s CMD ["/usr/local/bin/entrypoint-mpd.sh", "healthcheck"]
ENTRYPOINT ["/usr/local/bin/entrypoint-mpd.sh"]