Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message : minimalView is not defined #143

Open
TonySchmitt opened this issue Jan 29, 2021 · 0 comments
Open

Message : minimalView is not defined #143

TonySchmitt opened this issue Jan 29, 2021 · 0 comments

Comments

@TonySchmitt
Copy link

Hello,

I use docker to build the project :

My Dockerfile is :

FROM node:10 as build-stage
WORKDIR /app
RUN rm -Rf /app/*
RUN chown -R node: /app
USER node
RUN git clone https://github.com/johni0702/mumble-web .
RUN npm install
RUN npm run build
FROM nginx:1.15
COPY --from=build-stage /app/dist/ /usr/share/nginx/html/mumble-web

I use node 10 and I have change user for a non root-user (node). I copy the "dist" directory on a nginx container in the /usr/share/nginx/html/mumble-web. And I have configure nginx with this configuration :

server {
        listen 80;

        location / {
                root /usr/share/nginx/html/mumble-web;
        }
        location /demo {
                proxy_pass http://mumble-web:64737;
                proxy_http_version 1.1;
                proxy_set_header Upgrade $http_upgrade;
                proxy_set_header Connection $connection_upgrade;
        }
}

map $http_upgrade $connection_upgrade {
        default upgrade;
        '' close;
}

It seems to install and build correctly but when I go to the interface I have an error.

index.js:46804 Uncaught ReferenceError: Unable to process binding "css: function(){return { minimal:minimalView} }"
Message: minimalView is not defined
    at css (eval at createBindingsStringEvaluator (index.js:46405), <anonymous>:3:108)
    at update (index.js:47608)
    at ko.dependentObservable.disposeWhenNodeIsRemoved (index.js:46796)
    at Function.evaluateImmediate_CallReadThenEndDependencyDetection (index.js:45596)
    at Function.evaluateImmediate_CallReadWithDependencyDetection (index.js:45563)
    at Function.evaluateImmediate (index.js:45524)
    at Object.ko.computed.ko.dependentObservable (index.js:45377)
    at index.js:46794
    at Object.arrayForEach (index.js:43572)
    at applyBindingsToNodeInternal (index.js:46766)

Instantannee_Web_mumble

I think there are a problem in npm build, but I not found the error. Can you help me ?

The logs of the build image :

Step 1/10 : FROM node:10 as build-stage
10: Pulling from library/node
2587235a7635: Already exists
953fe5c215cb: Already exists
d4d3f270c7de: Already exists
ed36dafe30e3: Already exists
00e912dd434d: Already exists
dd25ee3ea38e: Already exists
ccd0aa8fc267: Pull complete
e5c4209a66a4: Pull complete
4ec293a1e600: Pull complete
Digest: sha256:e7948c8721f6ed5f6c78ead4c3942526c5ddef94f5859c61639bfd55ca751fbb
Status: Downloaded newer image for node:10
 ---> 0b2b64917e54
Step 2/10 : WORKDIR /app
 ---> Running in 55779f4161f4
Removing intermediate container 55779f4161f4
 ---> 4d077a4b5017
Step 3/10 : RUN rm -Rf /app/*
 ---> Running in 39ed5c5f8b49
Removing intermediate container 39ed5c5f8b49
 ---> e54b66bc53e0
Step 4/10 : RUN chown -R node: /app
 ---> Running in 3b28cdd7ce15
Removing intermediate container 3b28cdd7ce15
 ---> abeb4fc2741f
Step 5/10 : USER node
 ---> Running in f5485d9f61c3
Removing intermediate container f5485d9f61c3
 ---> 49c9c5ce51b6
Step 6/10 : RUN git clone https://github.com/johni0702/mumble-web .
 ---> Running in cad7a9094e0e
Cloning into '.'...
Removing intermediate container cad7a9094e0e
 ---> 32188a82063d
Step 7/10 : RUN npm install
 ---> Running in fe7a176e7c5f

> [email protected] install /app/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/linux-x64-64_binding.node
Download complete
Binary saved to /app/node_modules/node-sass/vendor/linux-x64-64/binding.node
Caching binary to /home/node/.npm/node-sass/4.14.1/linux-x64-64_binding.node

> [email protected] postinstall /app/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /app/node_modules/node-sass
> node scripts/build.js

Binary found at /app/node_modules/node-sass/vendor/linux-x64-64/binding.node
Testing binary
Binary is fine

> [email protected] postinstall /app
> patch-package

patch-package 6.2.2
Applying patches...
[email protected]> [email protected] prepare /app
> rm -rf dist && npm run build


> [email protected] build /app
> webpack && [ -f dist/config.local.js ] || cp app/config.local.js dist/

Hash: d3e789e339b353e69741
Version: webpack 4.44.2
Time: 12950ms
Built at: 01/29/2021 8:40:35 AM
                                Asset        Size  Chunks                         Chunk Names
 00fd86fe12871b707998bf7214820fdd.svg    1.43 KiB          [emitted]              
 077f1c5bd335be073c48c340b01f58bc.svg   988 bytes          [emitted]              
 0ce7650c4d5a52a5323868f75588e1c7.svg     1.5 KiB          [emitted]              
              14de2daf58adaa3eb1ee.js    2.95 KiB       4  [emitted] [immutable]  
          14de2daf58adaa3eb1ee.js.map   103 bytes       4  [emitted] [dev]        
 18e00168e2eeff800227594e26818681.svg    2.71 KiB          [emitted]              
 195ad531e2d729dbb80bb4524be18d78.png    1.83 KiB          [emitted]              
 22ecf0ecde1ae2a6281265174b7fa355.svg    2.22 KiB          [emitted]              
              22f60ac9b9d2e752cb1a.js   619 bytes       0  [emitted] [immutable]  
          22f60ac9b9d2e752cb1a.js.map   103 bytes       0  [emitted] [dev]        
 296b612d2847da52749549f73d0c3664.svg    1.26 KiB          [emitted]              
 32785c1d21b0050be9168487542b8c3d.svg    1.23 KiB          [emitted]              
       3e7ea0f3c897c0d2044f.worker.js    1.29 MiB          [emitted] [immutable]  
   3e7ea0f3c897c0d2044f.worker.js.map    1.32 MiB          [emitted] [dev]        
       4f1383918d1df79896d8.worker.js    1.29 MiB          [emitted] [immutable]  
   4f1383918d1df79896d8.worker.js.map    1.32 MiB          [emitted] [dev]        
 50dddae19e7bf601b168f46a1303674b.svg    2.35 KiB          [emitted]              
              590b7640425a352bfe75.js   595 bytes       2  [emitted] [immutable]  
          590b7640425a352bfe75.js.map   103 bytes       2  [emitted] [dev]        
 5b70c2cbbd6e9258a632c70b03381627.png    14.6 KiB          [emitted]              
              66d88f09352531bde81c.js    2.82 KiB       3  [emitted] [immutable]  
          66d88f09352531bde81c.js.map   103 bytes       3  [emitted] [dev]        
 6d73bb785aa06bf0c436ad6f7cc6262a.svg   603 bytes          [emitted]              
 71edeaefdc2f5a19dc84298669af6962.svg       1 KiB          [emitted]              
 7b86c879d50808c66816ed3338f26557.svg    1.07 KiB          [emitted]              
 7dd33815bcb23cf9a0cd851c2145e169.css   533 bytes          [emitted]              
 7e20ba1e3b8980a164c5f557a0470919.ico    14.7 KiB          [emitted]              
 80250154041d2e9f6d50a91181409f21.png    41.1 KiB          [emitted]              
 82747b4bbd0cfe92292f74cd27f2763e.svg  1020 bytes          [emitted]              
 86d4f1d7547270ff26f08a9271e7edcb.svg    1.36 KiB          [emitted]              
 8f75583a16890ab851fc3f121fc63f89.svg    1.37 KiB          [emitted]              
 9171288d67adc4805412883901d2f180.svg    1.43 KiB          [emitted]              
 972a0ac8cf8526580a216210a364cc60.svg   525 bytes          [emitted]              
       997a17d783432e50cc22.worker.js    7.97 MiB          [emitted] [immutable]  
   997a17d783432e50cc22.worker.js.map     8.3 MiB          [emitted] [dev]        
 9ae3dac014f51d714254cf522602cec0.svg   800 bytes          [emitted]              
 9cda20ca6e5077b6999771c9a8a3cec5.css   530 bytes          [emitted]              
 a65db861eecb8dcc62ad70fec489da3f.svg    1.23 KiB          [emitted]              
 b78ed441778f2e4ce1201a75af76594e.svg   415 bytes          [emitted]              
              cae715f31f2b11394cad.js    3.06 KiB       1  [emitted] [immutable]  
          cae715f31f2b11394cad.js.map   103 bytes       1  [emitted] [dev]        
 cf02aba975e911ef9823610d908b32f5.png    1.02 KiB          [emitted]              
                            config.js     5.5 KiB  config  [emitted]              config
                        config.js.map    5.53 KiB  config  [emitted] [dev]        config
 d57d3d2918d0b72f0c24e9dc162c6c4a.svg   536 bytes          [emitted]              
 d5ba30b381ebc262ba3871eaed9d7102.svg    1.24 KiB          [emitted]              
 dbd9efebc73f884c5039cc3192a65dd8.svg    1.15 KiB          [emitted]              
 e0c171776518ab302b54ccc71e59a582.svg    1.14 KiB          [emitted]              
e72996a6d1ed5d1d7962c27c10c08fa6.json   302 bytes          [emitted]              
 e809fc9b5b9b89f1069def2574cea41d.css    9.69 KiB          [emitted]              
 ec4d8b884ac39ef8494fb4aca6c6069f.svg    1.11 KiB          [emitted]              
 ee7a19054eb87597c4b8e4664823ebfd.png    13.9 KiB          [emitted]              
 f04d8b0d6164403444eae8f080f0d70b.css    9.73 KiB          [emitted]              
 f2fc230fc7d9a9b8f6f03d342f6e94b2.svg   800 bytes          [emitted]              
 f54b0be1d559b03ad8d945e988ec8ed4.svg    1.46 KiB          [emitted]              
                           index.html    30.6 KiB          [emitted]              
                             index.js    2.68 MiB   index  [emitted]              index
                         index.js.map    2.97 MiB   index  [emitted] [dev]        index
                            matrix.js    8.29 KiB  matrix  [emitted]              matrix
                        matrix.js.map    7.28 KiB  matrix  [emitted] [dev]        matrix
                             theme.js      58 KiB   theme  [emitted]              theme
                         theme.js.map    62.2 KiB   theme  [emitted] [dev]        theme
Entrypoint index = index.js index.js.map
Entrypoint config = config.js config.js.map
Entrypoint theme = theme.js theme.js.map
Entrypoint matrix = matrix.js matrix.js.map
[0] multi ./app/index.js ./app/index.html 40 bytes {index} [built]
[./app/config.js] 1.74 KiB {config} [built]
[./app/index.html] 56 bytes {index} [built]
[./app/index.js] 48.2 KiB {index} [built]
[./app/loc.js] 4.99 KiB {index} [built]
[./app/matrix.js] 2.2 KiB {matrix} [built]
[./app/theme.js] 1.1 KiB {theme} [built]
[./app/voice.js] 9.84 KiB {index} [built]
[./app/worker-client.js] 14.7 KiB {index} [built]
[./app/worker.js] 114 bytes {index} [not cacheable] [built]
[./package.json] 2.02 KiB {index} [built]
[./themes/MetroMumbleDark/loading.scss] 82 bytes {theme} [built]
[./themes/MetroMumbleDark/main.scss] 82 bytes {theme} [built]
[./themes/MetroMumbleLight/loading.scss] 82 bytes {theme} [built]
[./themes/MetroMumbleLight/main.scss] 82 bytes {theme} [built]
    + 372 hidden modules
Child worker:
                                 Asset      Size  Chunks                         Chunk Names
        3e7ea0f3c897c0d2044f.worker.js  1.29 MiB          [emitted] [immutable]  
    3e7ea0f3c897c0d2044f.worker.js.map  1.32 MiB          [emitted] [dev]        
        4f1383918d1df79896d8.worker.js  1.29 MiB          [emitted] [immutable]  
    4f1383918d1df79896d8.worker.js.map  1.32 MiB          [emitted] [dev]        
        997a17d783432e50cc22.worker.js  7.97 MiB    main  [emitted] [immutable]  main
    997a17d783432e50cc22.worker.js.map   8.3 MiB    main  [emitted] [dev]        main
    Entrypoint main = 997a17d783432e50cc22.worker.js 997a17d783432e50cc22.worker.js.map
     [0] util (ignored) 15 bytes {main} [built]
     [1] util (ignored) 15 bytes {main} [built]
     [2] fs (ignored) 15 bytes {main} [built]
     [3] path (ignored) 15 bytes {main} [built]
     [6] buffer (ignored) 15 bytes {main} [optional] [built]
     [7] buffer (ignored) 15 bytes {main} [optional] [built]
     [8] crypto (ignored) 15 bytes {main} [optional] [built]
     [9] util (ignored) 15 bytes {main} [built]
    [11] buffer (ignored) 15 bytes {main} [optional] [built]
    [14] buffer (ignored) 15 bytes {main} [optional] [built]
    [15] buffer (ignored) 15 bytes {main} [optional] [built]
    [16] util (ignored) 15 bytes {main} [built]
     [./app/worker.js] 7.39 KiB {main} [built]
     [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
     [./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {main} [built]
        + 271 hidden modules
    Child worker:
                                     Asset      Size  Chunks                         Chunk Names
            3e7ea0f3c897c0d2044f.worker.js  1.29 MiB    main  [emitted] [immutable]  main
        3e7ea0f3c897c0d2044f.worker.js.map  1.32 MiB    main  [emitted] [dev]        main
        Entrypoint main = 3e7ea0f3c897c0d2044f.worker.js 3e7ea0f3c897c0d2044f.worker.js.map
        [0] util (ignored) 15 bytes {main} [built]
        [1] util (ignored) 15 bytes {main} [built]
        [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
            + 44 hidden modules
    Child worker:
                                     Asset      Size  Chunks                         Chunk Names
            4f1383918d1df79896d8.worker.js  1.29 MiB    main  [emitted] [immutable]  main
        4f1383918d1df79896d8.worker.js.map  1.32 MiB    main  [emitted] [dev]        main
        Entrypoint main = 4f1383918d1df79896d8.worker.js 4f1383918d1df79896d8.worker.js.map
        [0] util (ignored) 15 bytes {main} [built]
        [1] util (ignored) 15 bytes {main} [built]
        [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
            + 45 hidden modules
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/watchpack-chokidar2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 940 packages from 413 contributors and audited 945 packages in 43.28s

25 packages are looking for funding
  run `npm fund` for details

found 2 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
Removing intermediate container fe7a176e7c5f
 ---> bba880e6df3e
Step 8/10 : RUN npm run build
 ---> Running in de7d7c7fd9cd

> [email protected] build /app
> webpack && [ -f dist/config.local.js ] || cp app/config.local.js dist/

Hash: d3e789e339b353e69741
Version: webpack 4.44.2
Time: 12698ms
Built at: 01/29/2021 8:41:03 AM
                                Asset        Size  Chunks                         Chunk Names
 00fd86fe12871b707998bf7214820fdd.svg    1.43 KiB          [emitted]              
 077f1c5bd335be073c48c340b01f58bc.svg   988 bytes          [emitted]              
 0ce7650c4d5a52a5323868f75588e1c7.svg     1.5 KiB          [emitted]              
              14de2daf58adaa3eb1ee.js    2.95 KiB       4  [emitted] [immutable]  
          14de2daf58adaa3eb1ee.js.map   103 bytes       4  [emitted] [dev]        
 18e00168e2eeff800227594e26818681.svg    2.71 KiB          [emitted]              
 195ad531e2d729dbb80bb4524be18d78.png    1.83 KiB          [emitted]              
 22ecf0ecde1ae2a6281265174b7fa355.svg    2.22 KiB          [emitted]              
              22f60ac9b9d2e752cb1a.js   619 bytes       0  [emitted] [immutable]  
          22f60ac9b9d2e752cb1a.js.map   103 bytes       0  [emitted] [dev]        
 296b612d2847da52749549f73d0c3664.svg    1.26 KiB          [emitted]              
 32785c1d21b0050be9168487542b8c3d.svg    1.23 KiB          [emitted]              
       3e7ea0f3c897c0d2044f.worker.js    1.29 MiB          [emitted] [immutable]  
   3e7ea0f3c897c0d2044f.worker.js.map    1.32 MiB          [emitted] [dev]        
       4f1383918d1df79896d8.worker.js    1.29 MiB          [emitted] [immutable]  
   4f1383918d1df79896d8.worker.js.map    1.32 MiB          [emitted] [dev]        
 50dddae19e7bf601b168f46a1303674b.svg    2.35 KiB          [emitted]              
              590b7640425a352bfe75.js   595 bytes       2  [emitted] [immutable]  
          590b7640425a352bfe75.js.map   103 bytes       2  [emitted] [dev]        
 5b70c2cbbd6e9258a632c70b03381627.png    14.6 KiB          [emitted]              
              66d88f09352531bde81c.js    2.82 KiB       3  [emitted] [immutable]  
          66d88f09352531bde81c.js.map   103 bytes       3  [emitted] [dev]        
 6d73bb785aa06bf0c436ad6f7cc6262a.svg   603 bytes          [emitted]              
 71edeaefdc2f5a19dc84298669af6962.svg       1 KiB          [emitted]              
 7b86c879d50808c66816ed3338f26557.svg    1.07 KiB          [emitted]              
 7dd33815bcb23cf9a0cd851c2145e169.css   533 bytes          [emitted]              
 7e20ba1e3b8980a164c5f557a0470919.ico    14.7 KiB          [emitted]              
 80250154041d2e9f6d50a91181409f21.png    41.1 KiB          [emitted]              
 82747b4bbd0cfe92292f74cd27f2763e.svg  1020 bytes          [emitted]              
 86d4f1d7547270ff26f08a9271e7edcb.svg    1.36 KiB          [emitted]              
 8f75583a16890ab851fc3f121fc63f89.svg    1.37 KiB          [emitted]              
 9171288d67adc4805412883901d2f180.svg    1.43 KiB          [emitted]              
 972a0ac8cf8526580a216210a364cc60.svg   525 bytes          [emitted]              
       997a17d783432e50cc22.worker.js    7.97 MiB          [emitted] [immutable]  
   997a17d783432e50cc22.worker.js.map     8.3 MiB          [emitted] [dev]        
 9ae3dac014f51d714254cf522602cec0.svg   800 bytes          [emitted]              
 9cda20ca6e5077b6999771c9a8a3cec5.css   530 bytes          [emitted]              
 a65db861eecb8dcc62ad70fec489da3f.svg    1.23 KiB          [emitted]              
 b78ed441778f2e4ce1201a75af76594e.svg   415 bytes          [emitted]              
              cae715f31f2b11394cad.js    3.06 KiB       1  [emitted] [immutable]  
          cae715f31f2b11394cad.js.map   103 bytes       1  [emitted] [dev]        
 cf02aba975e911ef9823610d908b32f5.png    1.02 KiB          [emitted]              
                            config.js     5.5 KiB  config  [emitted]              config
                        config.js.map    5.53 KiB  config  [emitted] [dev]        config
 d57d3d2918d0b72f0c24e9dc162c6c4a.svg   536 bytes          [emitted]              
 d5ba30b381ebc262ba3871eaed9d7102.svg    1.24 KiB          [emitted]              
 dbd9efebc73f884c5039cc3192a65dd8.svg    1.15 KiB          [emitted]              
 e0c171776518ab302b54ccc71e59a582.svg    1.14 KiB          [emitted]              
e72996a6d1ed5d1d7962c27c10c08fa6.json   302 bytes          [emitted]              
 e809fc9b5b9b89f1069def2574cea41d.css    9.69 KiB          [emitted]              
 ec4d8b884ac39ef8494fb4aca6c6069f.svg    1.11 KiB          [emitted]              
 ee7a19054eb87597c4b8e4664823ebfd.png    13.9 KiB          [emitted]              
 f04d8b0d6164403444eae8f080f0d70b.css    9.73 KiB          [emitted]              
 f2fc230fc7d9a9b8f6f03d342f6e94b2.svg   800 bytes          [emitted]              
 f54b0be1d559b03ad8d945e988ec8ed4.svg    1.46 KiB          [emitted]              
                           index.html    30.6 KiB          [emitted]              
                             index.js    2.68 MiB   index  [emitted]              index
                         index.js.map    2.97 MiB   index  [emitted] [dev]        index
                            matrix.js    8.29 KiB  matrix  [emitted]              matrix
                        matrix.js.map    7.28 KiB  matrix  [emitted] [dev]        matrix
                             theme.js      58 KiB   theme  [emitted]              theme
                         theme.js.map    62.2 KiB   theme  [emitted] [dev]        theme
Entrypoint index = index.js index.js.map
Entrypoint config = config.js config.js.map
Entrypoint theme = theme.js theme.js.map
Entrypoint matrix = matrix.js matrix.js.map
[0] multi ./app/index.js ./app/index.html 40 bytes {index} [built]
[./app/config.js] 1.74 KiB {config} [built]
[./app/index.html] 56 bytes {index} [built]
[./app/index.js] 48.2 KiB {index} [built]
[./app/loc.js] 4.99 KiB {index} [built]
[./app/matrix.js] 2.2 KiB {matrix} [built]
[./app/theme.js] 1.1 KiB {theme} [built]
[./app/voice.js] 9.84 KiB {index} [built]
[./app/worker-client.js] 14.7 KiB {index} [built]
[./app/worker.js] 114 bytes {index} [not cacheable] [built]
[./package.json] 2.02 KiB {index} [built]
[./themes/MetroMumbleDark/loading.scss] 82 bytes {theme} [built]
[./themes/MetroMumbleDark/main.scss] 82 bytes {theme} [built]
[./themes/MetroMumbleLight/loading.scss] 82 bytes {theme} [built]
[./themes/MetroMumbleLight/main.scss] 82 bytes {theme} [built]
    + 372 hidden modules
Child worker:
                                 Asset      Size  Chunks                         Chunk Names
        3e7ea0f3c897c0d2044f.worker.js  1.29 MiB          [emitted] [immutable]  
    3e7ea0f3c897c0d2044f.worker.js.map  1.32 MiB          [emitted] [dev]        
        4f1383918d1df79896d8.worker.js  1.29 MiB          [emitted] [immutable]  
    4f1383918d1df79896d8.worker.js.map  1.32 MiB          [emitted] [dev]        
        997a17d783432e50cc22.worker.js  7.97 MiB    main  [emitted] [immutable]  main
    997a17d783432e50cc22.worker.js.map   8.3 MiB    main  [emitted] [dev]        main
    Entrypoint main = 997a17d783432e50cc22.worker.js 997a17d783432e50cc22.worker.js.map
     [0] util (ignored) 15 bytes {main} [built]
     [1] util (ignored) 15 bytes {main} [built]
     [2] fs (ignored) 15 bytes {main} [built]
     [3] path (ignored) 15 bytes {main} [built]
     [6] buffer (ignored) 15 bytes {main} [optional] [built]
     [7] buffer (ignored) 15 bytes {main} [optional] [built]
     [8] crypto (ignored) 15 bytes {main} [optional] [built]
     [9] util (ignored) 15 bytes {main} [built]
    [11] buffer (ignored) 15 bytes {main} [optional] [built]
    [14] buffer (ignored) 15 bytes {main} [optional] [built]
    [15] buffer (ignored) 15 bytes {main} [optional] [built]
    [16] util (ignored) 15 bytes {main} [built]
     [./app/worker.js] 7.39 KiB {main} [built]
     [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
     [./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {main} [built]
        + 271 hidden modules
    Child worker:
                                     Asset      Size  Chunks                         Chunk Names
            3e7ea0f3c897c0d2044f.worker.js  1.29 MiB    main  [emitted] [immutable]  main
        3e7ea0f3c897c0d2044f.worker.js.map  1.32 MiB    main  [emitted] [dev]        main
        Entrypoint main = 3e7ea0f3c897c0d2044f.worker.js 3e7ea0f3c897c0d2044f.worker.js.map
        [0] util (ignored) 15 bytes {main} [built]
        [1] util (ignored) 15 bytes {main} [built]
        [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
            + 44 hidden modules
    Child worker:
                                     Asset      Size  Chunks                         Chunk Names
            4f1383918d1df79896d8.worker.js  1.29 MiB    main  [emitted] [immutable]  main
        4f1383918d1df79896d8.worker.js.map  1.32 MiB    main  [emitted] [dev]        main
        Entrypoint main = 4f1383918d1df79896d8.worker.js 4f1383918d1df79896d8.worker.js.map
        [0] util (ignored) 15 bytes {main} [built]
        [1] util (ignored) 15 bytes {main} [built]
        [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
            + 45 hidden modules
Removing intermediate container de7d7c7fd9cd
 ---> fe97f64ed493

Step 9/10 : FROM nginx:1.15
 ---> 53f3fd8007f7
Step 10/10 : COPY --from=build-stage /app/dist/ /usr/share/nginx/html/mumble-web
 ---> 9fd0aaac9531
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant