summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: da0262ad0a3c3a51f010a004c6c07202a6552992 (plain)
1
2
3
4
5
6
7
FROM node:20-slim

COPY ./ .

RUN npm install

CMD node .