From 818653fb50b8505235954fb75e403b4eddd5169c Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Wed, 4 Nov 2020 19:59:07 +0100 Subject: [PATCH] add buil docker file-fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5b5035..1b92d48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY . . EXPOSE 3000 -RUN yarn global add node-gyp && yarn install +RUN yarn install CMD ["yarn","start"] \ No newline at end of file