Remove entrypoint since not needed

This commit is contained in:
Luke Murphy 2020-03-24 22:50:44 +01:00
parent bb13dd2b6f
commit 8265dc0a91
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 0 additions and 19 deletions

View File

@ -2,9 +2,3 @@ FROM drone/drone:1
EXPOSE 80
EXPOSE 443
COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/entrypoint.sh"]

View File

@ -1,13 +0,0 @@
#!/bin/bash
set -eu -o pipefail
main() {
set -eu
echo "Nothing to do for now..."
}
main
/bin/drone-server "$@"