We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106e151 commit 3090619Copy full SHA for 3090619
Dockerfile.retriever
@@ -12,7 +12,7 @@ ENV NPM_CONFIG_LOGLEVEL warn
12
COPY proto /usr/src/proto
13
COPY svc/retriever.ts /usr/src/svc/retriever.ts
14
COPY config.ts /usr/src/config.ts
15
-#COPY index.ts /usr/src/index.ts
+COPY index.ts /usr/src/index.ts
16
COPY package.retriever.json /usr/src/package.json
17
WORKDIR /usr/src
18
RUN npm install
package.retriever.json
@@ -4,7 +4,7 @@
4
"version": "26.0.0",
5
"license": "MIT",
6
"scripts": {
7
- "start": "node svc/retriever.ts"
+ "start": "node index.ts"
8
},
9
"repository": {
10
"type": "git",
0 commit comments