Update Dockerfile
This commit is contained in:
parent
ef53dee43d
commit
c0e6c6c028
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue