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

View File

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