diff --git a/Dockerfile b/Dockerfile index 243eafc..c944f0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,3 @@ FROM drone/drone-runner-docker:1 EXPOSE 3000 COPY . ${WORKDIR} - -COPY sbin/* /sbin/ - -ENTRYPOINT ["/sbin/entrypoint.sh"]