diff --git a/Dockerfile b/Dockerfile index 6c88c1d..aafe833 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,6 @@ WORKDIR /voe SHELL ["/bin/bash", "-c"] RUN pip install --no-cache-dir . +RUN poetry install CMD ["/bin/bash"] \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index a95721e..8b0086c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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"]