Skip to content

Commit d43ecc1

Browse files
author
amrutha
committed
updated docker file
1 parent adf45f9 commit d43ecc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ FROM node:18-alpine
22
WORKDIR /app
33
COPY . .
44
RUN npm install
5+
Expose 3000
56
CMD ["node", "index.js"]

0 commit comments

Comments
 (0)