forked from colin/resume
2
0
Fork 0

Update docker/lucky-ddg/Dockerfile
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2025-02-09 14:49:41 -05:00
parent 7993539c96
commit adc1726374
1 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,10 @@ ENV PYTHONUNBUFFERED=1
# Set working directory
WORKDIR /app
# Install dependencies
# Copy the requirements file into the container
COPY requirements.txt .
# Install dependencies
RUN pip install --no-cache-dir -r requirements.txt
# Copy the application code