This commit is contained in:
2024-08-05 17:38:47 -03:00
parent 2353362c04
commit 62976c8e5c
12 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ FROM python:3.9-slim
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app
COPY ./app /app
# Install the dependencies
RUN pip install --no-cache-dir -r requirements.txt