File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ ENV NPM_CONFIG_LOGLEVEL warn
1212COPY proto /usr/src/proto
1313COPY svc/retriever.ts /usr/src/svc/retriever.ts
1414COPY config.ts /usr/src/config.ts
15- # COPY index.ts /usr/src/index.ts
15+ COPY index.ts /usr/src/index.ts
1616COPY package.retriever.json /usr/src/package.json
1717WORKDIR /usr/src
1818RUN npm install
1919
2020ENV PATH /usr/src/node_modules/.bin:$PATH
2121
22- # ENV ROLE retriever
22+ ENV ROLE retriever
2323
2424CMD ["npm", "start"]
Original file line number Diff line number Diff line change 44 "version" : " 26.0.0" ,
55 "license" : " MIT" ,
66 "scripts" : {
7- "start" : " node svc/retriever.ts "
7+ "start" : " tsx index "
88 },
99 "repository" : {
1010 "type" : " git" ,
1616 "dotenv" : " ^16.4.7" ,
1717 "express" : " ^4.21.2" ,
1818 "protobufjs" : " ^7.2.5" ,
19- "steam-user" : " ^5.2.0"
19+ "steam-user" : " ^5.2.0" ,
20+ "tsx" : " ^4.19.2"
2021 }
2122}
You can’t perform that action at this time.
0 commit comments