update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user