diff --git a/src/Dockerfile b/src/Dockerfile index 39b97f8..147ec5a 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -30,4 +30,4 @@ COPY --from=builder /app/kycnotme /bin/usr/kycnotme ENV PATH="/bin/usr:${PATH}" EXPOSE 4488 -ENTRYPOINT ["kycnotme", "-scrap"] \ No newline at end of file +ENTRYPOINT ["kycnotme"] \ No newline at end of file