From 7c5d650935bb55b391b9bcaa65df44cde602873d Mon Sep 17 00:00:00 2001 From: simojenki Date: Sat, 13 Mar 2021 16:44:42 +1100 Subject: [PATCH] Adding wsdl to docker image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5366147..0968d5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ COPY tsconfig.json . COPY src . RUN yarn install && \ + yarn test --no-cache && \ yarn build @@ -22,6 +23,7 @@ COPY package.json . COPY yarn.lock . COPY --from=build /bonob/build/* ./ COPY web web +COPY src/Sonoswsdl-1.19.4-20190411.142401-3.wsdl /bonob/Sonoswsdl-1.19.4-20190411.142401-3.wsdl RUN yarn install --prod