Update Dockerfile

This commit is contained in:
Richard Mwewa
2022-12-31 14:56:16 +02:00
committed by GitHub
parent a14b356b18
commit 8424c94bec

View File

@@ -6,9 +6,6 @@ WORKDIR /app
COPY . .
RUN pip install --upgrade pip
RUN pip install build
RUN python -m build
RUN pip install dist/*.whl
RUN pip install --upgrade pip && pip install build && python -m build && pip install dist/*.whl
ENTRYPOINT ["octosuite"]