Skip to content

Commit

Permalink
🐛 add missing validate_plan.py (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
chassing authored Oct 25, 2024
1 parent 8220e19 commit 34b82d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ COPY README.md pyproject.toml poetry.lock ./
RUN poetry install --no-root --without dev

# the source code
COPY validate_plan.py ./
ARG CODE_ROOT
COPY $CODE_ROOT ./$CODE_ROOT

Expand Down

0 comments on commit 34b82d9

Please sign in to comment.