Skip to content

Commit 3090619

Browse files
committed
update retriever
1 parent 106e151 commit 3090619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.retriever

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV NPM_CONFIG_LOGLEVEL warn
1212
COPY proto /usr/src/proto
1313
COPY svc/retriever.ts /usr/src/svc/retriever.ts
1414
COPY config.ts /usr/src/config.ts
15-
#COPY index.ts /usr/src/index.ts
15+
COPY index.ts /usr/src/index.ts
1616
COPY package.retriever.json /usr/src/package.json
1717
WORKDIR /usr/src
1818
RUN npm install

package.retriever.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "26.0.0",
55
"license": "MIT",
66
"scripts": {
7-
"start": "node svc/retriever.ts"
7+
"start": "node index.ts"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)