diff --git a/Dockerfile b/Dockerfile index 782c8f75..cbcfbe71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ WORKDIR /app RUN apk add --no-cache tzdata && \ pip install --no-cache-dir . -ENTRYPOINT ["python3", "ouroboros"] +ENTRYPOINT ["ouroboros"]