We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf45f9 commit d43ecc1Copy full SHA for d43ecc1
Dockerfile
@@ -2,4 +2,5 @@ FROM node:18-alpine
2
WORKDIR /app
3
COPY . .
4
RUN npm install
5
+Expose 3000
6
CMD ["node", "index.js"]
0 commit comments