diff --git a/Dockerfile b/Dockerfile index 18bbd49..6e9dfe3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,8 @@ WORKDIR /usr/scr/app COPY package.json yarn.lock ./ -COPY . . - EXPOSE 3000 RUN yarn global add node-gyp && yarn install -CMD [ "yarn", "start", "/usr/src/app" ] \ No newline at end of file +CMD [ "yarn", "start"] \ No newline at end of file