Skip to content

Commit

Permalink
add poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Oct 11, 2024
1 parent a1e2aa8 commit b08b4ee
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 @@ -8,7 +8,7 @@ COPY pyproject.toml poetry.lock ${LAMBDA_TASK_ROOT}
# Needed to save time and avoid build issues in Lambda
RUN poetry config virtualenvs.create false --local
# Install the dependencies first, so that we can cache them.
RUN poetry install --no-dev
RUN poetry install -only main

# Copy everything. (Note: If needed, we can use .dockerignore to limit what's copied.)
COPY . ${LAMBDA_TASK_ROOT}
Expand Down

0 comments on commit b08b4ee

Please sign in to comment.