broken bad code lole
This commit is contained in:
14
scraper/Dockerfile
Normal file
14
scraper/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM python:3.11
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
|
||||
# Install any needed packages specified in requirements.txt
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD ["python", "main.py"]
|
Reference in New Issue
Block a user