Skip to content

Commit

Permalink
fix: prod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 15, 2023
1 parent 262caa1 commit 49eb67b
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 @@ -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
Expand Down

0 comments on commit 49eb67b

Please sign in to comment.