Update Dockerfile

This commit is contained in:
Richard Mwewa
2022-12-02 23:15:26 +02:00
committed by GitHub
parent 4c8d3626b3
commit b3ae15a062

View File

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