From ed096181f191500094e23f090c4a972119eeff8e Mon Sep 17 00:00:00 2001 From: Shahidh K Muhammed Date: Mon, 26 Nov 2018 15:01:31 +0530 Subject: [PATCH] remove debug from todo app --- community/examples/react-apollo-todo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/examples/react-apollo-todo/Dockerfile b/community/examples/react-apollo-todo/Dockerfile index 32c4b70f81d19..828329829ce3c 100644 --- a/community/examples/react-apollo-todo/Dockerfile +++ b/community/examples/react-apollo-todo/Dockerfile @@ -11,4 +11,4 @@ RUN npm -g install serve WORKDIR /app COPY --from=builder /app/build . -CMD ["serve", "-s", "-d", "-p", "8080"] \ No newline at end of file +CMD ["serve", "-s", "-p", "8080"] \ No newline at end of file