add lines #4

Merged
hasslesstech merged 1 commits from dev into predev 2026-03-03 19:00:40 +02:00

View File

@ -9,4 +9,8 @@ RUN pip install -r requirements.txt
# copy the content of the local src directory to the working directory # copy the content of the local src directory to the working directory
COPY src/ . COPY src/ .
# command to run on container start # command to run on container start
CMD ["python", "main.py"] CMD ["python", "main.py"]