mirror of
https://gitlab.dit.htwk-leipzig.de/fsr-im/tools/flatscraper.git
synced 2025-07-16 11:38:49 +02:00
feat: update Docker setup, add environment variables, and enhance property scraping logic
This commit is contained in:
@ -7,6 +7,8 @@ WORKDIR /app
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . /app
|
||||
COPY ./main.py /app
|
||||
COPY ./known_properties.json /app
|
||||
COPY ./src/. /app/src
|
||||
|
||||
CMD ["python", "-u", "/app/main.py"]
|
Reference in New Issue
Block a user