Adding wsdl to docker image

This commit is contained in:
simojenki
2021-03-13 16:44:42 +11:00
parent 78c1531e01
commit 7c5d650935

View File

@@ -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