Shorten entrypoint file also

This commit is contained in:
Luke Murphy
2020-03-17 13:48:16 +01:00
parent 03e18ff0f8
commit 50316af321
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"]