From 17c87182dd6e17cecc4fa6332e4921df1051f334 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Mon, 20 May 2024 20:58:39 -0700 Subject: [PATCH] asdf --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index cea8944e..c24ca669 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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.