From c0e6c6c0281e330b3e922a88082d6b546e71c5aa Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Sun, 15 Jan 2023 21:52:21 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9052aa3..a0ca53f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:slim-bullseye # Copy local code to the container image. ENV APP_HOME /app WORKDIR $APP_HOME -COPY . ./ +COPY ./ ./ # Install production dependencies. RUN pip install .