From 553f46891b019a474e44c03e4c2cf5e4059e897f Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 22 Nov 2022 11:51:12 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b02ea5..3816342 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN npm install --production COPY . . -CMD [ "node", "bob_party/App.tsx" ] \ No newline at end of file +CMD [ "npm", "start" ] \ No newline at end of file