Added CMD instruction to Dockerfile

This commit is contained in:
2026-03-17 16:51:17 +01:00
parent e266d252c9
commit 7e8575f9ea

View File

@@ -6,3 +6,5 @@ COPY ./requirements.txt .
RUN pip install -r requirements.txt
COPY . .
CMD ["tail","-f","/dev/null"]