From 55a151d450e402f68824fe22ef185d052032c854 Mon Sep 17 00:00:00 2001 From: Haris Razis Date: Thu, 17 Dec 2020 18:50:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Change=20npm=20to=20shorthand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 8abf7f6..5e38a91 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . . EXPOSE 6000 -CMD [ "npm", "run", "run" ] \ No newline at end of file +CMD [ "npm", "start" ] \ No newline at end of file