Absolute entrypoint

This commit is contained in:
Travis Shivers 2020-08-08 11:13:19 -05:00
parent 8ef89c0dbb
commit eccff34f35
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ LABEL org.opencontainers.image.version=$VERSION
LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.documentation="https://docs.synclounge.tv/" LABEL org.opencontainers.image.documentation="https://docs.synclounge.tv/"
ENTRYPOINT ["./docker-entrypoint.sh"] ENTRYPOINT ["/app/docker-entrypoint.sh"]