mirror of
https://gitlab.dit.htwk-leipzig.de/fsr-im/tools/flatscraper.git
synced 2026-01-16 15:42:25 +01: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