Running via Azure Container Instance
See original GitHub issueHi
I just created an Azure container instance to run juice shop, the issue is it will start and stop and will be Terminated.
What I am doing wrong?
I see these in the logs
> juice-shop@8.6.0 start /juice-shop
> node app
info: All dependencies in [1m./package.json[22m are satisfied ([32mOK[39m)
info: Detected Node.js version [1mv10.15.3[22m ([32mOK[39m)
info: Required file [1mindex.html[22m is present ([32mOK[39m)
info: Required file [1mmain.js[22m is present ([32mOK[39m)
info: Required file [1mpolyfills.js[22m is present ([32mOK[39m)
info: Required file [1mruntime.js[22m is present ([32mOK[39m)
info: Required file [1mvendor.js[22m is present ([32mOK[39m)
info: Configuration [1mdefault[22m validated ([32mOK[39m)
warn: Dependencies in [1m./frontend/package.json[22m are not rightly satisfied ([31mNOT OK[39m)
warn: @angular-devkit/build-angular: not installed!
warn: @angular/animations: not installed!
warn: @angular/cdk: not installed!
warn: @angular/cli: not installed!
warn: @angular/common: not installed!
warn: @angular/compiler: not installed!
warn: @angular/compiler-cli: not installed!
warn: @angular/core: not installed!
warn: @angular/flex-layout: not installed!
warn: @angular/forms: not installed!
warn: @angular/http: not installed!
warn: @angular/material: not installed!
warn: @angular/platform-browser: not installed!
warn: @angular/platform-browser-dynamic: not installed!
warn: @angular/router: not installed!
warn: @fortawesome/fontawesome-svg-core: not installed!
warn: @fortawesome/free-brands-svg-icons: not installed!
warn: @fortawesome/free-regular-svg-icons: not installed!
warn: @fortawesome/free-solid-svg-icons: not installed!
warn: @nguniversal/express-engine: not installed!
warn: @ngx-translate/core: not installed!
warn: @ngx-translate/http-loader: not installed!
warn: angularx-qrcode: not installed!
warn: core-js: not installed!
warn: flag-icon-css: not installed!
warn: hammerjs: not installed!
warn: ng-simple-slideshow: not installed!
warn: ng2-bar-rating: not installed!
warn: ng2-file-upload: not installed!
warn: ngx-clipboard: not installed!
warn: ngx-cookie: not installed!
warn: ngx-spinner: not installed!
warn: rxjs: not installed!
warn: socket.io-client: not installed!
warn: typescript: not installed!
warn: zone.js: not installed!
warn: Invoke npm install to install missing packages
error: [31mExiting due to unsatisfied dependencies![39m
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! juice-shop@8.6.0 start: `node app`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the juice-shop@8.6.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/juicer/.npm/_logs/2019-05-27T18_43_11_958Z-debug.log
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Quickstart - Portal - Azure Container Instances - Microsoft Learn
Use Azure Container Instances to run serverless Docker containers in Azure with simplicity and speed. Deploy an application to a container ...
Read more >Execute a command in a running Azure container instance
Run init containers in Azure Container Instances to perform setup tasks in a container group before the application containers run.
Read more >Run Docker containers with Azure Container Instances
Learn how to run containerized apps using Docker containers with Azure Container Instances (ACI). Learning objectives. In this module, you will: Run containers ......
Read more >Azure Container Instances documentation - Microsoft Learn
Azure Container Instances is a solution for any scenario that can operate in isolated containers, without orchestration. Run event-driven applications, ...
Read more >Deploy Docker container to container instance - Azure CLI
Use Azure Container Instances to run serverless Docker containers in Azure with simplicity and speed. Deploy an application to a container ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fix build is on the way… If DroidEdit didn’t mess up the code style, then all should be fine now! 😉
I confirm the issue is solved