This commit is contained in:
parent
14cfc63afd
commit
a38aa4cd83
@ -5,8 +5,8 @@ FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the script and requirements.txt into the container at /app
|
||||
COPY ./jobindex.py /app/
|
||||
COPY ./requirements.txt /app/
|
||||
COPY jobindex.py .
|
||||
COPY requirements.txt .
|
||||
|
||||
# Install the required Python packages
|
||||
RUN pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user