diff --git a/Dockerfile b/Dockerfile index c1e11b6..4f19b16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,4 @@ COPY package.json yarn.lock . RUN yarn install --frozen-lockfile COPY . . RUN yarn build -EXPOSE 3000 CMD [ "node", "dist/index.js" ]