Skip to content

Commit

Permalink
fix: add sdk paths to tilt-scripts dockerfile (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Jan 10, 2025
1 parent 8f760ef commit 2c3b728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tilt-scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ ENV PATH="$POETRY_HOME/bin:$PATH"

# Copy only requirements to cache them in docker layer
WORKDIR /src
COPY tilt-scripts/poetry.lock tilt-scripts/pyproject.toml /src/tilt-scripts/
COPY tilt-scripts/poetry.lock tilt-scripts/pyproject.toml sdk/python/poetry.lock sdk/python/pyproject.toml /src/tilt-scripts/
COPY --from=contract_build /src/contracts/evm/out/ /src/contracts/evm/out/

# Project initialization:
RUN poetry -C tilt-scripts install --no-interaction --no-ansi

# Creating folders, and files for a project:
COPY tilt-scripts/ /src/tilt-scripts
COPY sdk/python/ /src/sdk/python

0 comments on commit 2c3b728

Please sign in to comment.