Update Dockerfile

Added docker commands to build Octosuite's wheel file with the python build library
This commit is contained in:
Richard Mwewa
2022-12-01 03:18:36 +02:00
committed by GitHub
parent a69fbf33d9
commit e151f81d76

View File

@@ -12,5 +12,3 @@ RUN python -m build
RUN pip install dist/*.whl
ENTRYPOINT ["octosuite"]