Shorten entrypoint file also

This commit is contained in:
Luke Murphy 2020-03-17 13:48:16 +01:00
parent 03e18ff0f8
commit 50316af321
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/dokku-entrypoint.sh"]
ENTRYPOINT ["/sbin/entrypoint.sh"]