Commit 56702eee authored by tushar5526's avatar tushar5526
Browse files

feat: Added dockerfile

No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
node_modules
\ No newline at end of file
Dockerfile 0 → 100644
FROM node:16-alpine as builder
COPY . ./
RUN npm i
EXPOSE 3000
CMD ["npm", "run", "start:dev"]
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment