From b58b6868b4d5ea6d352bfbc8fc8df70e4d050843 Mon Sep 17 00:00:00 2001 From: ndrg13 <72130242+ndrg13@users.noreply.github.com> Date: Thu, 5 Nov 2020 21:19:12 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3410675..b429937 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:12 -COPY / +COPY / . COPY package.json -RUN yarn global add node-gyp && yarn install && yarn start \ No newline at end of file +RUN yarn global add node-gyp && yarn install && yarn start