Skip entrypoint as we don't need it

This commit is contained in:
Luke Murphy 2020-03-25 11:48:30 +01:00
parent def15e192e
commit 5811bb3ffb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,3 @@ FROM drone/drone-runner-docker:1
EXPOSE 3000
COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/entrypoint.sh"]