Fix build for `interop-test` docker image (#1338)

The in-browser test is still not working, but it can at least build and start :)
This commit is contained in:
Eryu Xia 2023-05-16 14:48:47 -07:00 committed by GitHub
parent d28d3f6814
commit 3bfa7641a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ RUN npm install && \
cp index.html /var/www/html && \
cp dist/main.js /var/www/html/dist
RUN apt-get -qq update && apt-get -qq install -y python
WORKDIR /var/www/html
EXPOSE 8081

View File

@ -11,6 +11,7 @@
"grpc-web": "~1.4.2"
},
"devDependencies": {
"assert": "^2.0.0",
"minimist": "~1.2.5",
"mocha": "~7.1.1",
"webpack": "~5.82.1",