Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Dec 31, 2022
1 parent a14b356 commit 8424c94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 8424c94

Please sign in to comment.