diff --git a/Dockerfile b/Dockerfile index 07a2dc7..c576d78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ FROM node:18-alpine WORKDIR /app COPY . . RUN yarn install --production -EXPOSE 3000 +EXPOSE 3007 CMD ["node","src/index.js"]