File size: 198 Bytes
87068f0
63aae25
 
09ee40d
 
 
 
 
87d1384
1ec8c2e
87d1384
1
2
3
4
5
6
7
8
9
10
11
FROM node:18

WORKDIR /app
ENV GBP_USER ${GBP_USER:-gbp}
ENV GBP_USER_ID ${GBP_USER_ID:-1000}
USER root


RUN git clone https://github.com/bincooo/coze-helper.git .
RUN npm install
CMD npm run start