Merge pull request 'Added CMD instruction to Dockerfile' (#1) from develop into qa

Reviewed-on: LiveCarta/LiveCartaMeta#1
This commit is contained in:
2026-03-19 10:55:22 +00:00

View File

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