Skip to content

Commit

Permalink
feat(docker): fixes to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed May 1, 2024
1 parent 76e48ea commit b4cd247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ SHELL ["/bin/bash", "-c"]

RUN pip install .

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

0 comments on commit b4cd247

Please sign in to comment.