dockerized the project for dev
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
FROM node:20
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm ci
|
||||
|
||||
CMD npm start
|
||||
Reference in New Issue
Block a user