b1cbef8
1
2
3
4
5
6
7
8
9
FROM node:22-alpine WORKDIR app RUN npm i express RUN npm i @gradio/client COPY ./app ./app CMD ["node","app"]