Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbott36 authored Jul 19, 2024
1 parent f29fd50 commit 15d36f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /voe
SHELL ["/bin/bash", "-c"]

RUN pip install --no-cache-dir .
RUN pip install poetry
RUN poetry install

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 15d36f1

Please sign in to comment.