Skip to content

Commit fa40721

Browse files
committed
chore(examples): update webpack docker
1 parent 53a6c94 commit fa40721

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ build/Release
3232
# Dependency directories
3333
node_modules/
3434
jspm_packages/
35+
36+
# Build directories
3537
build/
38+
dist/
3639

3740
# TypeScript v1 declaration files
3841
typings/

examples/web/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
collector:
3-
image: otel/opentelemetry-collector:0.118.0
3+
image: otel/opentelemetry-collector:nightly
44
command: ["--config=/conf/collector-config.yaml"]
55
volumes:
66
- ./collector-config.yaml:/conf/collector-config.yaml

examples/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Example of using web plugins in browser",
66
"main": "index.js",
77
"scripts": {
8+
"build": "webpack --config ./webpack.config.js",
89
"docker:start": "cd ./docker && docker compose down && docker compose up",
910
"docker:startd": "cd ./docker && docker compose down && docker compose up -d",
1011
"start": "webpack-dev-server --progress --color --port 8090 --config ./webpack.config.js --hot --host 0.0.0.0"

0 commit comments

Comments
 (0)