From f29fd50f5a0e577de836f18c65ccaf93a0dc7713 Mon Sep 17 00:00:00 2001 From: tabbott36 Date: Fri, 19 Jul 2024 14:59:24 -0400 Subject: [PATCH] fix(Dockerfile): fixed Dockerfile --- Dockerfile | 1 + docker-compose.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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"]