We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebd455 commit ad9edc0Copy full SHA for ad9edc0
test/Dockerfile
@@ -21,6 +21,6 @@ ENV NODE_ENV production
21
COPY --chown=node:node --from=build /app/node_modules/ ./node_modules/
22
COPY ./test ./
23
COPY ./pb/demo.proto ./
24
-COPY ./src/productcatalogservice/products.json ../src/productcatalogservice/products.json
+COPY ./src/productcatalogservice/products/products.json ../src/productcatalogservice/products/products.json
25
26
ENTRYPOINT ["npm", "test"]
0 commit comments