af0ce1b 3c3320e d455631 3c3320e af0ce1b
1
2
3
4
5
6
7
8
9
10
11
FROM node:20-alpine WORKDIR /app COPY index.js . RUN apk add --no-cache git EXPOSE 3000 CMD ["node", "index.js"]