diff --git a/Dockerfile b/Dockerfile index d4064de..e6fcb16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,3 @@ RUN python -m build RUN pip install dist/*.whl ENTRYPOINT ["octosuite"] - -