Update Dockerfile

This commit is contained in:
Kaveri Reddy 2024-12-11 00:12:29 +05:30 committed by GitHub
parent 6e5f4cb79d
commit a694e664bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,5 @@ FROM node:18-alpine
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN yarn install --production RUN yarn install --production
EXPOSE 3000 EXPOSE 3007
CMD ["node","src/index.js"] CMD ["node","src/index.js"]