File tree Expand file tree Collapse file tree 4 files changed +4
-58
lines changed
Expand file tree Collapse file tree 4 files changed +4
-58
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ ARG CLIENT_JS_TEST_CODE_URL=https://github.com/SkyAPMTest/skywalking-client-test
2828WORKDIR /skywalking-client-test
2929ADD ${CLIENT_JS_TEST_CODE_URL} .
3030RUN tar -xf ${CLIENT_JS_TEST_CODE} --strip 1 \
31- && rm ${CLIENT_JS_TEST_CODE} \
32- && rm src/index.js
33- COPY test/docker/index.js src/index.js
31+ && rm ${CLIENT_JS_TEST_CODE}
3432
3533RUN npm install \
3634 && rm -rf node_modules/skywalking-client-js \
@@ -39,5 +37,5 @@ RUN npm install \
3937
4038FROM nginx:1.19
4139
42- COPY --from=builder /skywalking-client-test/dist/* /etc/nginx/html/
40+ COPY --from=builder /skywalking-client-test/dist/ /etc/nginx/html/
4341COPY test/docker/nginx.conf /etc/nginx/nginx.conf
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 # limit_conn_zone $binary_remote_addr zone=addr:5m;
2525 # limit_conn addr 100;
2626 index index .html;
27+ include mime.types ;
2728 server {
2829 listen 80 ;
2930 location /browser {
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616SW_AGENT_PYTHON_COMMIT=c8479000eb729cc86509222fd48b942edcaaca74
17- SW_AGENT_CLIENT_JS_TEST_COMMIT=c9fa7e7a4d0ff7507444a7acd362fdb4eb758bc6
17+ SW_AGENT_CLIENT_JS_TEST_COMMIT=7be42cbfd826ac62093a66792b9c66a2c4012772
1818
1919SW_CTL_COMMIT=d2f1cff71f3ea9f325ff1c0d99dd0c40a35e527c
You can’t perform that action at this time.
0 commit comments