From 49eb67bb16cee70c25af643c23cb84cf1ceb49e4 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Tue, 15 Aug 2023 15:30:53 -0400 Subject: [PATCH] fix: prod dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b374909..8f7907e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN poetry config virtualenvs.create false && \ COPY bento_aggregation_service bento_aggregation_service COPY LICENSE . COPY README.md . -COPY run.py . +COPY run.bash . # Install the module itself, locally (similar to `pip install -e .`) RUN poetry install --without dev