Skip to content

Commit

Permalink
fix(Dockerfile): fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbott36 committed Jul 19, 2024
1 parent e8e4d3c commit f29fd50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ WORKDIR /voe
SHELL ["/bin/bash", "-c"]

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

CMD ["/bin/bash"]
7 changes: 4 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ services:
- "27017:27017"
volumes:
- ./frbvoe-data:/data/db
install:
image: python:3.8
command: ["poetry", "install"]

# install:
# image: python:3.8
# command: ["poetry install"]

0 comments on commit f29fd50

Please sign in to comment.