Skip to content

Commit

Permalink
fix: missing COPY entrypoint.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jun 3, 2024
1 parent d9a4aaf commit b7ae6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN poetry config virtualenvs.create false && \
# Manually copy only what's relevant
# (Don't use .dockerignore, which allows us to have development containers too)
COPY bento_reference_service bento_reference_service
COPY entrypoint.bash .
COPY run.bash .
COPY LICENSE .
COPY README.md .
Expand Down

0 comments on commit b7ae6dc

Please sign in to comment.