From 624d7d18f14117d7db8f31a3ff0cf40f5a328bcf Mon Sep 17 00:00:00 2001 From: Ric Evans Date: Fri, 11 Aug 2023 09:37:17 -0700 Subject: [PATCH] remove explicit CMD commands (these are overridden by deployment) --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e0d8fe5..bc7a8d1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,4 @@ COPY --chown=app:app . . RUN pip install --no-cache-dir . ENV PYTHONPATH=/home/app -CMD ["python", "-m", "rest_server"] -CMD ["python", "-m", "web_app"] \ No newline at end of file +CMD [] \ No newline at end of file