Skip to content

Commit ad9edc0

Browse files
committed
fix products path
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
1 parent aebd455 commit ad9edc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ ENV NODE_ENV production
2121
COPY --chown=node:node --from=build /app/node_modules/ ./node_modules/
2222
COPY ./test ./
2323
COPY ./pb/demo.proto ./
24-
COPY ./src/productcatalogservice/products.json ../src/productcatalogservice/products.json
24+
COPY ./src/productcatalogservice/products/products.json ../src/productcatalogservice/products/products.json
2525

2626
ENTRYPOINT ["npm", "test"]

0 commit comments

Comments
 (0)