Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed May 21, 2024
1 parent 96c5173 commit 17c8718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM public.ecr.aws/lambda/python:3.11

# Installs the package in the container.
ADD . ${LAMBDA_TASK_ROOT}
COPY . ${LAMBDA_TASK_ROOT}
RUN pip install --no-cache-dir .

# Runs the application.
Expand Down

0 comments on commit 17c8718

Please sign in to comment.