ansrivas / angular2-flask

Simple angular2 app with python-flask backend ( Learning Angular2 )
MIT License
152 stars 45 forks source link

docker-compose up #6

Closed mkscala closed 7 years ago

mkscala commented 8 years ago

with docker-compose up i get app in the below http://DOCKER_IP:3000/#/login

but when i login it says invalid password. with admin/admin credentials.

~/angular2-flask/front$ docker build --no-cache -t frontend/angular2:latest . Sending build context to Docker daemon 1.206 MB Step 1 : FROM mhart/alpine-node:6.4.0 ---> ecd37ad77c2b Step 2 : RUN adduser -D app && mkdir -p /front ---> Running in 1ef69a561270 ---> 77565990f52a Removing intermediate container 1ef69a561270 Step 3 : COPY package.json typedoc.json tsconfig.json tslint.json /front/ ---> 474c51d956b0 Removing intermediate container 8ebda7dfffac Step 4 : COPY src /front/src/ ---> 69f77cfdc12d Removing intermediate container d1e2b449a74d Step 5 : COPY config /front/config/ ---> 77319948e1ff Removing intermediate container 17a6c21e84c9 Step 6 : COPY assets /front/assets/ ---> e5d88581a163 Removing intermediate container a50253ad0804 Step 7 : WORKDIR /front ---> Running in 26fec92cf03b ---> ae1077c83aff Removing intermediate container 26fec92cf03b Step 8 : RUN npm install rimraf webpack typescript -g && npm install && npm run build:prod && chown -R app:app /front ---> Running in e26e82debe5e /usr/bin/rimraf -> /usr/lib/node_modules/rimraf/bin.js /usr/bin/tsc -> /usr/lib/node_modules/typescript/bin/tsc /usr/bin/tsserver -> /usr/lib/node_modules/typescript/bin/tsserver /usr/bin/webpack -> /usr/lib/node_modules/webpack/bin/webpack.js /usr/lib +-- rimraf@2.5.4 | -- glob@7.0.6 | +-- fs.realpath@1.0.0 | +-- inflight@1.0.5 | |-- wrappy@1.0.2 | +-- inherits@2.0.1 | +-- minimatch@3.0.3 | | -- brace-expansion@1.1.6 | | +-- balanced-match@0.4.2 | |-- concat-map@0.0.1 | +-- once@1.3.3 | -- path-is-absolute@1.0.0 +-- typescript@1.8.10 -- webpack@1.13.2 +-- acorn@3.3.0 +-- async@1.5.2 +-- clone@1.0.2 +-- enhanced-resolve@0.9.1 | +-- graceful-fs@4.1.6 | -- memory-fs@0.2.0 +-- interpret@0.6.6 +-- loader-utils@0.2.15 | +-- big.js@3.1.3 | +-- emojis-list@2.0.1 | +-- json5@0.5.0 |-- object-assign@4.1.0 +-- memory-fs@0.3.0 | +-- errno@0.1.4 | | -- prr@0.0.0 |-- readable-stream@2.1.5 | +-- buffer-shims@1.0.0 | +-- core-util-is@1.0.2 | +-- inherits@2.0.1 | +-- isarray@1.0.0 | +-- process-nextick-args@1.0.7 | -- util-deprecate@1.0.2 +-- mkdirp@0.5.1 |-- minimist@0.0.8 +-- node-libs-browser@0.6.0 | +-- assert@1.4.1 | +-- browserify-zlib@0.1.4 | | -- pako@0.2.9 | +-- buffer@4.9.1 | | +-- base64-js@1.1.2 | |-- ieee754@1.1.6 | +-- console-browserify@1.1.0 | | -- date-now@0.1.4 | +-- constants-browserify@0.0.1 | +-- crypto-browserify@3.2.8 | | +-- pbkdf2-compat@2.0.1 | | +-- ripemd160@0.2.0 | |-- sha.js@2.2.6 | +-- domain-browser@1.1.7 | +-- events@1.1.1 | +-- http-browserify@1.7.0 | | -- Base64@0.2.1 | +-- https-browserify@0.0.0 | +-- os-browserify@0.1.2 | +-- path-browserify@0.0.0 | +-- process@0.11.8 | +-- punycode@1.4.1 | +-- querystring-es3@0.2.1 | +-- readable-stream@1.1.14 | |-- isarray@0.0.1 | +-- stream-browserify@1.0.0 | | -- readable-stream@1.1.14 | |-- isarray@0.0.1 | +-- string_decoder@0.10.31 | +-- timers-browserify@1.4.2 | +-- tty-browserify@0.0.0 | +-- url@0.10.3 | | +-- punycode@1.3.2 | | -- querystring@0.2.0 | +-- util@0.10.3 |-- vm-browserify@0.0.4 | -- indexof@0.0.1 +-- optimist@0.6.1 |-- wordwrap@0.0.3 +-- supports-color@3.1.2 | -- has-flag@1.0.0 +-- tapable@0.1.10 +-- uglify-js@2.6.4 | +-- async@0.2.10 | +-- source-map@0.5.6 | +-- uglify-to-browserify@1.0.2 |-- yargs@3.10.0 | +-- camelcase@1.2.1 | +-- cliui@2.1.0 | | +-- center-align@0.1.3 | | | +-- align-text@0.1.4 | | | | +-- longest@1.0.1 | | | | -- repeat-string@1.5.4 | | |-- lazy-cache@1.0.4 | | +-- right-align@0.1.3 | | -- wordwrap@0.0.2 | +-- decamelize@1.2.0 |-- window-size@0.1.0 +-- watchpack@0.2.9 | +-- async@0.9.2 | -- chokidar@1.6.0 | +-- anymatch@1.3.0 | | +-- arrify@1.0.1 | |-- micromatch@2.3.11 | | +-- arr-diff@2.0.0 | | | -- arr-flatten@1.0.1 | | +-- array-unique@0.2.1 | | +-- braces@1.8.5 | | | +-- expand-range@1.8.2 | | | |-- fill-range@2.2.3 | | | | +-- is-number@2.1.0 | | | | +-- isobject@2.1.0 | | | | -- randomatic@1.1.5 | | | +-- preserve@0.2.0 | | |-- repeat-element@1.1.2 | | +-- expand-brackets@0.1.5 | | | -- is-posix-bracket@0.1.1 | | +-- extglob@0.3.2 | | +-- filename-regex@2.0.0 | | +-- kind-of@3.0.4 | | |-- is-buffer@1.1.4 | | +-- normalize-path@2.0.1 | | +-- object.omit@2.0.0 | | | +-- for-own@0.1.4 | | | | -- for-in@0.1.5 | | |-- is-extendable@0.1.1 | | +-- parse-glob@3.0.4 | | | +-- glob-base@0.3.0 | | | -- is-dotfile@1.0.2 | |-- regex-cache@0.4.3 | | +-- is-equal-shallow@0.1.3 | | -- is-primitive@2.0.0 | +-- async-each@1.0.1 | +-- glob-parent@2.0.0 | +-- is-binary-path@1.0.1 | |-- binary-extensions@1.5.0 | +-- is-glob@2.0.1 | | -- is-extglob@1.0.0 | +-- path-is-absolute@1.0.0 |-- readdirp@2.1.0 | +-- minimatch@3.0.3 | | -- brace-expansion@1.1.6 | | +-- balanced-match@0.4.2 | |-- concat-map@0.0.1 | -- set-immediate-shim@1.0.1 -- webpack-core@0.6.8 +-- source-list-map@0.1.6 -- source-map@0.4.4 -- amdefine@1.0.0

npm WARN optional Skipping failed optional dependency /webpack/chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14 npm WARN deprecated wrench@1.5.8: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years. npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN prefer global marked@0.3.6 should be installed with -g angular2-webpack-starter@5.0.5 /front +-- @angular/common@2.0.0-rc.4 +-- @angular/compiler@2.0.0-rc.4 +-- @angular/core@2.0.0-rc.4 +-- @angular/forms@0.2.0 +-- @angular/http@2.0.0-rc.4 +-- @angular/platform-browser@2.0.0-rc.4 +-- @angular/platform-browser-dynamic@2.0.0-rc.4 +-- @angular/platform-server@2.0.0-rc.4 +-- @angular/router@3.0.0-beta.2 +-- @angularclass/conventions-loader@1.0.12 | -- loader-utils@0.2.15 | +-- big.js@3.1.3 | +-- emojis-list@2.0.1 |-- json5@0.5.0 +-- @angularclass/request-idle-callback@1.0.7 +-- @angularclass/webpack-toolkit@1.3.3 +-- @types/core-js@0.9.32 +-- @types/hammerjs@2.0.32 +-- @types/jasmine@2.2.33 +-- @types/node@4.0.30 +-- @types/protractor@1.5.18 +-- @types/selenium-webdriver@2.44.28 +-- @types/source-map@0.1.26 +-- @types/uglify-js@2.0.27 +-- @types/webpack@1.12.33 +-- angular2-hmr@0.8.1 +-- angular2-template-loader@0.4.0 +-- awesome-typescript-loader@1.1.1 | +-- babel-polyfill@6.13.0 | | +-- babel-runtime@6.11.6 | | -- regenerator-runtime@0.9.5 | +-- colors@1.1.2 | +-- enhanced-resolve@0.9.1 | |-- memory-fs@0.2.0 | +-- es6-promisify@4.1.0 | | -- es6-promise@3.2.1 | +-- lodash@4.15.0 | +-- object-assign@4.1.0 | +-- parse-json@2.2.0 | |-- error-ex@1.3.0 | | -- is-arrayish@0.2.1 | +-- source-map-support@0.4.2 | +-- strip-bom@1.0.0 | | +-- first-chunk-stream@1.0.0 | |-- is-utf8@0.2.1 | +-- strip-json-comments@2.0.1 | -- tsconfig@3.0.0 | +-- array-uniq@1.0.3 | +-- pinkie-promise@2.0.1 | |-- pinkie@2.0.4 | -- strip-bom@2.0.0 +-- codelyzer@0.0.28 |-- sprintf-js@1.0.3 +-- copy-webpack-plugin@3.0.1 | +-- bluebird@2.10.2 | +-- fs-extra@0.26.7 | | +-- jsonfile@2.3.1 | | +-- klaw@1.3.0 | | -- path-is-absolute@1.0.0 | +-- glob@6.0.4 | | +-- inflight@1.0.5 | | |-- wrappy@1.0.2 | | +-- inherits@2.0.1 | | -- once@1.3.3 | +-- minimatch@3.0.3 | |-- brace-expansion@1.1.6 | | +-- balanced-match@0.4.2 | | -- concat-map@0.0.1 |-- node-dir@0.1.16 +-- core-js@2.4.1 +-- css-loader@0.23.1 | +-- css-selector-tokenizer@0.5.4 | | +-- cssesc@0.1.0 | | -- fastparse@1.1.1 | +-- cssnano@3.7.4 | | +-- autoprefixer@6.4.0 | | | +-- browserslist@1.3.6 | | | +-- caniuse-db@1.0.30000527 | | | +-- normalize-range@0.1.2 | | |-- num2fraction@1.2.2 | | +-- decamelize@1.2.0 | | +-- defined@1.0.0 | | +-- has@1.0.1 | | | -- function-bind@1.1.0 | | +-- postcss-calc@5.3.1 | | | +-- postcss-message-helpers@2.0.0 | | |-- reduce-css-calc@1.3.0 | | | +-- math-expression-evaluator@1.2.14 | | | | -- lodash.indexof@4.0.5 | | |-- reduce-function-call@1.0.1 | | | -- balanced-match@0.1.0 | | +-- postcss-colormin@2.2.0 | | |-- colormin@1.1.2 | | | +-- color@0.11.3 | | | | +-- color-convert@1.4.0 | | | | -- color-string@0.3.0 | | | |-- color-name@1.1.1 | | | -- css-color-names@0.0.4 | | +-- postcss-convert-values@2.4.0 | | +-- postcss-discard-comments@2.0.4 | | +-- postcss-discard-duplicates@2.0.1 | | +-- postcss-discard-empty@2.1.0 | | +-- postcss-discard-overridden@0.1.1 | | +-- postcss-discard-unused@2.2.1 | | | +-- flatten@1.0.2 | | |-- uniqs@2.0.0 | | +-- postcss-filter-plugins@2.0.1 | | | -- uniqid@3.1.0 | | |-- macaddress@0.2.8 | | +-- postcss-merge-idents@2.1.7 | | +-- postcss-merge-longhand@2.0.1 | | +-- postcss-merge-rules@2.0.10 | | | -- vendors@1.0.1 | | +-- postcss-minify-font-values@1.0.5 | | +-- postcss-minify-gradients@1.0.3 | | +-- postcss-minify-params@1.0.5 | | |-- alphanum-sort@1.0.2 | | +-- postcss-minify-selectors@2.0.5 | | | -- postcss-selector-parser@2.2.1 | | | +-- indexes-of@1.0.1 | | |-- uniq@1.0.1 | | +-- postcss-normalize-charset@1.1.0 | | +-- postcss-normalize-url@3.0.7 | | | +-- is-absolute-url@2.0.0 | | | -- normalize-url@1.6.0 | | | +-- prepend-http@1.0.4 | | | +-- query-string@4.2.3 | | | |-- strict-uri-encode@1.1.0 | | | -- sort-keys@1.1.2 | | |-- is-plain-obj@1.1.0 | | +-- postcss-ordered-values@2.2.1 | | +-- postcss-reduce-idents@2.3.0 | | +-- postcss-reduce-initial@1.0.0 | | +-- postcss-reduce-transforms@1.0.3 | | +-- postcss-svgo@2.1.4 | | | +-- is-svg@2.0.1 | | | | -- html-comment-regex@1.1.1 | | |-- svgo@0.6.6 | | | +-- coa@1.0.1 | | | +-- colors@1.1.2 | | | +-- csso@2.0.0 | | | | +-- clap@1.1.1 | | | | -- source-map@0.5.6 | | | +-- sax@1.2.1 | | |-- whet.extend@0.9.9 | | +-- postcss-unique-selectors@2.0.2 | | +-- postcss-value-parser@3.3.0 | | -- postcss-zindex@2.1.1 | +-- lodash.camelcase@3.0.1 | |-- lodash._createcompounder@3.0.0 | | +-- lodash.deburr@3.2.0 | | | -- lodash._root@3.0.1 | |-- lodash.words@3.2.0 | +-- postcss@5.1.2 | | +-- js-base64@2.1.9 | | -- source-map@0.5.6 | +-- postcss-modules-extract-imports@1.0.1 | +-- postcss-modules-local-by-default@1.1.1 | |-- css-selector-tokenizer@0.6.0 | | -- regexpu-core@1.0.0 | | +-- regenerate@1.3.1 | | +-- regjsgen@0.2.0 | |-- regjsparser@0.1.5 | | -- jsesc@0.5.0 | +-- postcss-modules-scope@1.0.2 | |-- css-selector-tokenizer@0.6.0 | +-- postcss-modules-values@1.2.2 | | -- icss-replace-symbols@1.0.2 |-- source-list-map@0.1.6 +-- es6-promise-loader@1.0.2 +-- exports-loader@0.6.3 | -- source-map@0.1.32 +-- expose-loader@0.7.1 +-- file-loader@0.9.0 +-- gh-pages@0.11.0 | +-- async@1.5.2 | +-- commander@2.9.0 | |-- graceful-readlink@1.0.1 | +-- globby@4.1.0 | | +-- array-union@1.0.2 | | -- pify@2.3.0 | +-- graceful-fs@4.1.2 | +-- q@1.4.1 | +-- q-io@1.13.2 | | +-- collections@0.2.2 | | |-- weak-map@1.0.0 | | +-- mimeparse@0.1.4 | | +-- qs@1.2.2 | | -- url2@0.0.0 |-- wrench@1.5.8 +-- html-webpack-plugin@2.22.0 | +-- bluebird@3.4.3 | +-- html-minifier@2.1.7 | | +-- change-case@3.0.0 | | | +-- camel-case@3.0.0 | | | +-- constant-case@2.0.0 | | | +-- dot-case@2.1.0 | | | +-- header-case@1.0.0 | | | +-- is-lower-case@1.1.3 | | | +-- is-upper-case@1.1.2 | | | +-- lower-case@1.1.3 | | | +-- lower-case-first@1.0.2 | | | +-- no-case@2.3.0 | | | +-- param-case@2.1.0 | | | +-- pascal-case@2.0.0 | | | +-- path-case@2.1.0 | | | +-- sentence-case@2.1.0 | | | +-- snake-case@2.1.0 | | | +-- swap-case@1.1.2 | | | +-- title-case@2.1.0 | | | +-- upper-case@1.1.3 | | | -- upper-case-first@1.1.2 | | +-- clean-css@3.4.19 | | | +-- commander@2.8.1 | | |-- source-map@0.4.4 | | +-- he@1.1.0 | | +-- ncname@1.0.0 | | | -- xml-char-classes@1.0.0 | |-- relateurl@0.2.7 | +-- pretty-error@2.0.0 | | +-- renderkid@2.0.0 | | | +-- css-select@1.2.0 | | | | +-- boolbase@1.0.0 | | | | +-- css-what@2.1.0 | | | | +-- domutils@1.5.1 | | | | | -- dom-serializer@0.1.0 | | | | | +-- domelementtype@1.1.3 | | | | |-- entities@1.1.1 | | | | -- nth-check@1.0.1 | | | +-- dom-converter@0.1.4 | | | |-- utila@0.3.3 | | | +-- htmlparser2@3.3.0 | | | | +-- domelementtype@1.3.0 | | | | +-- domhandler@2.1.0 | | | | -- domutils@1.1.6 | | |-- utila@0.3.3 | | -- utila@0.4.0 |-- toposort@1.0.0 +-- http-server@0.9.0 | +-- colors@1.0.3 | +-- corser@2.0.1 | +-- ecstatic@1.4.1 | | +-- he@0.5.0 | | -- url-join@1.1.0 | +-- http-proxy@1.14.0 | | +-- eventemitter3@1.2.0 | |-- requires-port@1.0.0 | +-- opener@1.4.1 | +-- optimist@0.6.1 | | +-- minimist@0.0.10 | | -- wordwrap@0.0.3 | +-- portfinder@0.4.0 |-- union@0.4.4 | -- qs@2.3.3 +-- ie-shim@0.1.0 +-- imports-loader@0.6.5 +-- istanbul-instrumenter-loader@0.2.0 |-- istanbul@0.4.5 | +-- abbrev@1.0.9 | +-- async@1.5.2 | +-- escodegen@1.8.1 | | +-- estraverse@1.9.3 | | +-- esutils@2.0.2 | | +-- optionator@0.8.1 | | | +-- deep-is@0.1.3 | | | +-- fast-levenshtein@1.1.4 | | | +-- levn@0.3.0 | | | +-- prelude-ls@1.1.2 | | | +-- type-check@0.3.2 | | | -- wordwrap@1.0.0 | |-- source-map@0.2.0 | +-- esprima@2.7.3 | +-- glob@5.0.15 | +-- js-yaml@3.6.1 | | -- argparse@1.0.7 | +-- nopt@3.0.6 |-- wordwrap@1.0.0 +-- json-loader@0.5.4 +-- karma@0.13.22 | +-- batch@0.5.3 | +-- body-parser@1.15.2 | | +-- bytes@2.4.0 | | +-- content-type@1.0.2 | | +-- debug@2.2.0 | | | -- ms@0.7.1 | | +-- depd@1.1.0 | | +-- http-errors@1.5.0 | | | +-- setprototypeof@1.0.1 | | |-- statuses@1.3.0 | | +-- iconv-lite@0.4.13 | | +-- on-finished@2.3.0 | | | -- ee-first@1.1.1 | | +-- qs@6.2.0 | | +-- raw-body@2.1.7 | | |-- unpipe@1.0.0 | | -- type-is@1.6.13 | |-- media-typer@0.3.0 | +-- chokidar@1.6.0 | | +-- anymatch@1.3.0 | | +-- async-each@1.0.1 | | +-- glob-parent@2.0.0 | | +-- is-binary-path@1.0.1 | | | -- binary-extensions@1.5.0 | | +-- is-glob@2.0.1 | | |-- is-extglob@1.0.0 | | -- readdirp@2.1.0 | | +-- readable-stream@2.1.5 | | |-- isarray@1.0.0 | | -- set-immediate-shim@1.0.1 | +-- colors@1.1.2 | +-- connect@3.4.1 | | +-- finalhandler@0.4.1 | | +-- parseurl@1.3.1 | |-- utils-merge@1.0.0 | +-- di@0.0.1 | +-- dom-serialize@2.2.1 | | +-- custom-event@1.0.0 | | +-- ent@2.2.0 | | +-- extend@3.0.0 | | -- void-elements@2.0.1 | +-- expand-braces@0.1.2 | | +-- array-slice@0.2.3 | | +-- array-unique@0.2.1 | |-- braces@0.1.5 | | -- expand-range@0.1.1 | | +-- is-number@0.1.1 | |-- repeat-string@0.2.2 | +-- glob@7.0.6 | | -- fs.realpath@1.0.0 | +-- graceful-fs@4.1.6 | +-- isbinaryfile@3.0.1 | +-- lodash@3.10.1 | +-- log4js@0.6.38 | | +-- readable-stream@1.0.34 | | | +-- core-util-is@1.0.2 | | |-- isarray@0.0.1 | | -- semver@4.3.6 | +-- mime@1.3.4 | +-- socket.io@1.4.8 | | +-- engine.io@1.6.11 | | | +-- accepts@1.1.4 | | | | +-- mime-types@2.0.14 | | | | |-- mime-db@1.12.0 | | | | -- negotiator@0.4.9 | | | +-- base64id@0.1.0 | | |-- engine.io-parser@1.2.4 | | | +-- after@0.8.1 | | | +-- arraybuffer.slice@0.0.6 | | | +-- base64-arraybuffer@0.1.2 | | | +-- blob@0.0.4 | | | +-- has-binary@0.1.6 | | | -- utf8@2.1.0 | | +-- has-binary@0.1.7 | | +-- socket.io-adapter@0.4.0 | | |-- socket.io-parser@2.2.2 | | | +-- debug@0.7.4 | | | -- json3@3.2.6 | | +-- socket.io-client@1.4.8 | | | +-- backo2@1.0.2 | | | +-- component-bind@1.0.0 | | | +-- component-emitter@1.2.0 | | | +-- engine.io-client@1.6.11 | | | | +-- component-inherit@0.0.3 | | | | +-- has-cors@1.1.0 | | | | +-- parsejson@0.0.1 | | | | +-- parseqs@0.0.2 | | | | +-- ws@1.0.1 | | | | +-- xmlhttprequest-ssl@1.5.1 | | | |-- yeast@0.1.2 | | | +-- indexof@0.0.1 | | | +-- object-component@0.0.3 | | | +-- parseuri@0.0.4 | | | | -- better-assert@1.0.2 | | | |-- callsite@1.0.0 | | | -- to-array@0.1.4 | |-- socket.io-parser@2.2.6 | | +-- benchmark@1.0.0 | | +-- component-emitter@1.1.2 | | -- json3@3.3.2 | +-- source-map@0.5.6 |-- useragent@2.1.9 | -- lru-cache@2.2.4 +-- karma-chrome-launcher@1.0.1 | +-- fs-access@1.0.0 | |-- null-check@1.0.0 | -- which@1.2.10 |-- isexe@1.1.2 +-- karma-coverage@1.1.1 | +-- dateformat@1.0.12 | | +-- get-stdin@4.0.1 | | -- meow@3.7.0 | | +-- camelcase-keys@2.1.0 | | |-- camelcase@2.1.1 | | +-- loud-rejection@1.6.0 | | | +-- currently-unhandled@0.4.1 | | | | -- array-find-index@1.0.1 | | |-- signal-exit@3.0.0 | | +-- map-obj@1.0.1 | | +-- normalize-package-data@2.3.5 | | | +-- hosted-git-info@2.1.5 | | | +-- is-builtin-module@1.0.0 | | | | -- builtin-modules@1.1.1 | | |-- validate-npm-package-license@3.0.1 | | | +-- spdx-correct@1.0.2 | | | | -- spdx-license-ids@1.2.2 | | |-- spdx-expression-parse@1.0.3 | | +-- read-pkg-up@1.0.1 | | | +-- find-up@1.1.2 | | | | -- path-exists@2.1.0 | | |-- read-pkg@1.1.0 | | | +-- load-json-file@1.1.0 | | | | -- strip-bom@2.0.0 | | |-- path-type@1.1.0 | | +-- redent@1.0.0 | | | +-- indent-string@2.1.0 | | | | -- repeating@2.0.1 | | | |-- is-finite@1.0.1 | | | | -- number-is-nan@1.0.0 | | |-- strip-indent@1.0.1 | | -- trim-newlines@1.0.0 | +-- lodash@3.10.1 |-- source-map@0.5.6 +-- karma-jasmine@1.0.2 +-- karma-mocha-reporter@2.1.0 | -- chalk@1.1.3 | +-- ansi-styles@2.2.1 | +-- escape-string-regexp@1.0.5 | +-- has-ansi@2.0.0 |-- supports-color@2.0.0 +-- karma-sourcemap-loader@0.3.7 +-- karma-webpack@1.7.0 | +-- async@0.9.0 | +-- lodash@3.10.1 | +-- source-map@0.1.43 | -- webpack-dev-middleware@1.6.1 | +-- memory-fs@0.3.0 | |-- readable-stream@2.1.5 | | -- isarray@1.0.0 |-- range-parser@1.2.0 +-- parse5@1.5.1 +-- protractor@3.3.0 | +-- adm-zip@0.4.7 | +-- jasmine@2.4.1 | | +-- exit@0.1.2 | | +-- glob@3.2.11 | | | -- minimatch@0.3.0 | | |-- sigmund@1.0.1 | | -- jasmine-core@2.4.1 | +-- jasminewd2@0.0.9 | +-- request@2.67.0 | | +-- aws-sign2@0.6.0 | | +-- bl@1.0.3 | | |-- readable-stream@2.0.6 | | | -- isarray@1.0.0 | | +-- caseless@0.11.0 | | +-- combined-stream@1.0.5 | | |-- delayed-stream@1.0.0 | | +-- forever-agent@0.6.1 | | +-- form-data@1.0.1 | | | -- async@2.0.1 | | +-- har-validator@2.0.6 | | |-- is-my-json-valid@2.13.1 | | | +-- generate-function@2.0.0 | | | +-- generate-object-property@1.2.0 | | | | -- is-property@1.0.2 | | |-- jsonpointer@2.0.0 | | +-- hawk@3.1.3 | | | +-- boom@2.10.1 | | | +-- cryptiles@2.0.5 | | | +-- hoek@2.16.3 | | | -- sntp@1.0.9 | | +-- http-signature@1.1.1 | | | +-- assert-plus@0.2.0 | | | +-- jsprim@1.3.0 | | | | +-- extsprintf@1.0.2 | | | | +-- json-schema@0.2.2 | | | |-- verror@1.3.6 | | | -- sshpk@1.9.2 | | | +-- asn1@0.2.3 | | | +-- assert-plus@1.0.0 | | | +-- dashdash@1.14.0 | | | |-- assert-plus@1.0.0 | | | +-- ecc-jsbn@0.1.1 | | | +-- getpass@0.1.6 | | | | -- assert-plus@1.0.0 | | | +-- jodid25519@1.0.2 | | | +-- jsbn@0.1.0 | | |-- tweetnacl@0.13.3 | | +-- is-typedarray@1.0.0 | | +-- isstream@0.1.2 | | +-- json-stringify-safe@5.0.1 | | +-- mime-types@2.1.11 | | | -- mime-db@1.23.0 | | +-- node-uuid@1.4.7 | | +-- oauth-sign@0.8.2 | | +-- qs@5.2.1 | | +-- stringstream@0.0.5 | | +-- tough-cookie@2.2.2 | |-- tunnel-agent@0.4.3 | +-- saucelabs@1.0.1 | | -- https-proxy-agent@1.0.0 | |-- agent-base@2.0.1 | | -- semver@5.0.3 |-- selenium-webdriver@2.52.0 | +-- adm-zip@0.4.4 | +-- tmp@0.0.24 | +-- ws@1.1.0 | | +-- options@0.0.6 | | -- ultron@1.0.2 |-- xml2js@0.4.4 | +-- sax@0.6.1 | -- xmlbuilder@8.2.2 +-- raw-loader@0.5.1 +-- remap-istanbul@0.6.4 | +-- amdefine@1.0.0 | +-- gulp-util@3.0.7 | | +-- array-differ@1.0.0 | | +-- beeper@1.1.0 | | +-- fancy-log@1.2.0 | | |-- time-stamp@1.0.1 | | +-- gulplog@1.0.0 | | | -- glogg@1.0.0 | | +-- has-gulplog@0.1.0 | | |-- sparkles@1.0.0 | | +-- lodash._reescape@3.0.0 | | +-- lodash._reevaluate@3.0.0 | | +-- lodash._reinterpolate@3.0.0 | | +-- lodash.template@3.6.2 | | | +-- lodash._basecopy@3.0.1 | | | +-- lodash._basetostring@3.0.1 | | | +-- lodash._basevalues@3.0.0 | | | +-- lodash._isiterateecall@3.0.9 | | | +-- lodash.escape@3.2.0 | | | +-- lodash.restparam@3.6.1 | | | -- lodash.templatesettings@3.1.1 | | +-- multipipe@0.1.2 | | |-- duplexer2@0.0.2 | | | -- readable-stream@1.1.14 | | +-- object-assign@3.0.0 | | +-- replace-ext@0.0.1 | |-- vinyl@0.5.3 | | -- clone-stats@0.0.1 | +-- istanbul@0.4.3 | | +-- async@1.5.2 | | +-- fileset@0.2.1 | | | +-- glob@5.0.15 | | |-- minimatch@2.0.10 | | -- wordwrap@1.0.0 | +-- source-map@0.5.6 |-- through2@2.0.1 | -- readable-stream@2.0.6 | +-- isarray@1.0.0 |-- process-nextick-args@1.0.7 +-- rimraf@2.5.4 | -- glob@7.0.6 +-- rxjs@5.0.0-beta.6 +-- source-map-loader@0.1.5 |-- source-map@0.1.43 +-- style-loader@0.13.1 +-- to-string-loader@1.1.4 +-- ts-helpers@1.1.1 +-- ts-node@0.9.3 | +-- arrify@1.0.1 | +-- diff@2.2.3 | +-- make-error@1.2.0 | +-- minimist@1.2.0 | -- xtend@4.0.1 +-- tslint@3.15.1 | +-- colors@1.1.2 | +-- findup-sync@0.3.0 | |-- glob@5.0.15 | +-- glob@7.0.6 | +-- resolve@1.1.7 | -- underscore.string@3.3.4 |-- util-deprecate@1.0.2 +-- tslint-loader@2.1.5 | +-- mkdirp@0.5.1 | | -- minimist@0.0.8 |-- strip-json-comments@1.0.4 +-- typedoc@0.4.5 | +-- fs-extra@0.30.0 | +-- handlebars@4.0.5 | | +-- async@1.5.2 | | -- source-map@0.4.4 | +-- highlight.js@9.6.0 | +-- marked@0.3.6 | +-- progress@1.1.8 | +-- shelljs@0.7.4 | | +-- glob@7.0.6 | | +-- interpret@1.0.1 | |-- rechoir@0.6.2 | +-- typedoc-default-themes@0.4.0 | -- typescript@1.8.10 +-- typescript@2.0.0 +-- url-loader@0.5.7 |-- mime@1.2.11 +-- webpack@1.13.2 | +-- acorn@3.3.0 | +-- async@1.5.2 | +-- clone@1.0.2 | +-- interpret@0.6.6 | +-- memory-fs@0.3.0 | | +-- errno@0.1.4 | | | -- prr@0.0.0 | |-- readable-stream@2.1.5 | | +-- buffer-shims@1.0.0 | | -- isarray@1.0.0 | +-- node-libs-browser@0.6.0 | | +-- assert@1.4.1 | | +-- browserify-zlib@0.1.4 | | |-- pako@0.2.9 | | +-- buffer@4.9.1 | | | +-- base64-js@1.1.2 | | | +-- ieee754@1.1.6 | | | -- isarray@1.0.0 | | +-- console-browserify@1.1.0 | | |-- date-now@0.1.4 | | +-- constants-browserify@0.0.1 | | +-- crypto-browserify@3.2.8 | | | +-- pbkdf2-compat@2.0.1 | | | +-- ripemd160@0.2.0 | | | -- sha.js@2.2.6 | | +-- domain-browser@1.1.7 | | +-- events@1.1.1 | | +-- http-browserify@1.7.0 | | |-- Base64@0.2.1 | | +-- https-browserify@0.0.0 | | +-- os-browserify@0.1.2 | | +-- path-browserify@0.0.0 | | +-- process@0.11.8 | | +-- punycode@1.4.1 | | +-- querystring-es3@0.2.1 | | +-- readable-stream@1.1.14 | | +-- stream-browserify@1.0.0 | | +-- string_decoder@0.10.31 | | +-- timers-browserify@1.4.2 | | +-- tty-browserify@0.0.0 | | +-- url@0.10.3 | | | +-- punycode@1.3.2 | | | -- querystring@0.2.0 | | +-- util@0.10.3 | |-- vm-browserify@0.0.4 | +-- supports-color@3.1.2 | | -- has-flag@1.0.0 | +-- tapable@0.1.10 | +-- uglify-js@2.6.4 | | +-- async@0.2.10 | | +-- source-map@0.5.6 | | +-- uglify-to-browserify@1.0.2 | |-- yargs@3.10.0 | | +-- camelcase@1.2.1 | | +-- cliui@2.1.0 | | | +-- center-align@0.1.3 | | | | +-- align-text@0.1.4 | | | | | +-- longest@1.0.1 | | | | | -- repeat-string@1.5.4 | | | |-- lazy-cache@1.0.4 | | | +-- right-align@0.1.3 | | | -- wordwrap@0.0.2 | |-- window-size@0.1.0 | +-- watchpack@0.2.9 | -- webpack-core@0.6.8 |-- source-map@0.4.4 +-- webpack-dev-server@1.15.0 | +-- compression@1.6.2 | | +-- accepts@1.3.3 | | | -- negotiator@0.6.1 | | +-- bytes@2.3.0 | | +-- compressible@2.0.8 | | +-- on-headers@1.0.1 | |-- vary@1.1.0 | +-- connect-history-api-fallback@1.3.0 | +-- express@4.14.0 | | +-- accepts@1.3.3 | | | -- negotiator@0.6.1 | | +-- array-flatten@1.1.1 | | +-- content-disposition@0.5.1 | | +-- cookie@0.3.1 | | +-- cookie-signature@1.0.6 | | +-- encodeurl@1.0.1 | | +-- escape-html@1.0.3 | | +-- etag@1.7.0 | | +-- finalhandler@0.5.0 | | +-- fresh@0.3.0 | | +-- merge-descriptors@1.0.1 | | +-- methods@1.1.2 | | +-- path-to-regexp@0.1.7 | | +-- proxy-addr@1.1.2 | | | +-- forwarded@0.1.0 | | |-- ipaddr.js@1.1.1 | | +-- qs@6.2.0 | | +-- send@0.14.1 | | | -- destroy@1.0.4 | |-- serve-static@1.11.1 | +-- http-proxy-middleware@0.17.1 | | -- micromatch@2.3.11 | | +-- arr-diff@2.0.0 | | |-- arr-flatten@1.0.1 | | +-- braces@1.8.5 | | | +-- expand-range@1.8.2 | | | | -- fill-range@2.2.3 | | | | +-- is-number@2.1.0 | | | | +-- isobject@2.1.0 | | | | |-- isarray@1.0.0 | | | | -- randomatic@1.1.5 | | | +-- preserve@0.2.0 | | |-- repeat-element@1.1.2 | | +-- expand-brackets@0.1.5 | | | -- is-posix-bracket@0.1.1 | | +-- extglob@0.3.2 | | +-- filename-regex@2.0.0 | | +-- kind-of@3.0.4 | | +-- normalize-path@2.0.1 | | +-- object.omit@2.0.0 | | | +-- for-own@0.1.4 | | | |-- for-in@0.1.5 | | | -- is-extendable@0.1.1 | | +-- parse-glob@3.0.4 | | | +-- glob-base@0.3.0 | | |-- is-dotfile@1.0.2 | | -- regex-cache@0.4.3 | | +-- is-equal-shallow@0.1.3 | |-- is-primitive@2.0.0 | +-- open@0.0.5 | +-- serve-index@1.8.0 | | -- accepts@1.3.3 | |-- negotiator@0.6.1 | +-- sockjs@0.3.17 | | +-- faye-websocket@0.10.0 | | | -- websocket-driver@0.6.5 | | |-- websocket-extensions@0.1.1 | | -- uuid@2.0.2 | +-- sockjs-client@1.1.1 | | +-- eventsource@0.1.6 | | |-- original@1.0.0 | | | -- url-parse@1.0.5 | | +-- faye-websocket@0.11.0 | | +-- json3@3.3.2 | |-- url-parse@1.1.3 | | -- querystringify@0.0.4 | +-- stream-cache@0.0.2 |-- strip-ansi@3.0.1 | -- ansi-regex@2.0.0 +-- webpack-md5-hash@0.0.5 |-- md5@2.1.0 | +-- charenc@0.0.1 | +-- crypt@0.0.1 | -- is-buffer@1.1.4 +-- webpack-merge@0.14.1 | +-- lodash.find@3.2.1 | | +-- lodash._basecallback@3.3.1 | | | +-- lodash._baseisequal@3.0.7 | | | +-- lodash._bindcallback@3.0.1 | | |-- lodash.pairs@3.0.1 | | +-- lodash._baseeach@3.0.4 | | +-- lodash._basefind@3.0.0 | | +-- lodash._basefindindex@3.6.0 | | +-- lodash.isarray@3.0.4 | | -- lodash.keys@3.1.2 | +-- lodash.isequal@4.4.0 | +-- lodash.isplainobject@3.2.0 | | +-- lodash._basefor@3.0.3 | | +-- lodash.isarguments@3.1.0 | |-- lodash.keysin@3.0.8 | -- lodash.merge@3.3.2 | +-- lodash._arraycopy@3.0.0 | +-- lodash._arrayeach@3.0.0 | +-- lodash._createassigner@3.1.1 | +-- lodash._getnative@3.9.1 | +-- lodash.istypedarray@3.0.6 |-- lodash.toplainobject@3.0.0 `-- zone.js@0.6.17

_### npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14_

angular2-webpack-starter@5.0.5 prebuild:prod /front npm run clean:dist

angular2-webpack-starter@5.0.5 clean:dist /front npm run rimraf -- dist

angular2-webpack-starter@5.0.5 rimraf /front rimraf "dist"

angular2-webpack-starter@5.0.5 build:prod /front webpack --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail 1967372ms5297ms optim105ms emit Hash: 9a0b8d0491f38027d86a Version: webpack 1.13.2 Time: 43635ms Asset Size Chunks Chunk Names assets/icon/apple-icon-144x144.png 8.43 kB [emitted] polyfills.535f8fdcc5aaa05a75ac.bundle.js 90.9 kB 0 [emitted] polyfills main.e046faa95ba926b46b70.bundle.js 146 kB 2 [emitted] main polyfills.535f8fdcc5aaa05a75ac.bundle.map 722 kB 0 [emitted] polyfills vendor.41b53236352eafe00ae9.bundle.map 5.6 MB 1 [emitted] vendor main.e046faa95ba926b46b70.bundle.map 1.05 MB 2 [emitted] main assets/data.json 30 bytes [emitted] assets/manifest.json 769 bytes [emitted] assets/css/font-awesome.min.css 29.1 kB [emitted] assets/robots.txt 31 bytes [emitted] assets/humans.txt 251 bytes [emitted] assets/css/style.css 2.29 kB [emitted] assets/fonts/fontawesome-webfont.woff 90.4 kB [emitted] assets/fonts/fontawesome-webfont.ttf 153 kB [emitted] assets/icon/android-icon-144x144.png 8.43 kB [emitted] assets/icon/android-icon-36x36.png 2.3 kB [emitted] assets/icon/android-icon-192x192.png 9.71 kB [emitted] assets/icon/android-icon-48x48.png 2.92 kB [emitted] assets/icon/android-icon-96x96.png 5.6 kB [emitted] assets/icon/apple-icon-114x114.png 6.55 kB [emitted] assets/fonts/fontawesome-webfont.woff2 71.9 kB [emitted] assets/icon/apple-icon-120x120.png 6.92 kB [emitted] assets/icon/apple-icon-152x152.png 8.99 kB [emitted] vendor.41b53236352eafe00ae9.bundle.js 824 kB 1 [emitted] vendor assets/icon/apple-icon-180x180.png 11 kB [emitted] assets/icon/apple-icon-57x57.png 3.4 kB [emitted] assets/icon/apple-icon-60x60.png 3.56 kB [emitted] assets/icon/apple-icon-72x72.png 4.23 kB [emitted] assets/icon/apple-icon-76x76.png 4.46 kB [emitted] assets/icon/apple-icon-precomposed.png 10.3 kB [emitted] assets/icon/browserconfig.xml 281 bytes [emitted] assets/icon/apple-icon.png 10.3 kB [emitted] assets/icon/favicon-16x16.png 1.52 kB [emitted] assets/icon/favicon-96x96.png 5.6 kB [emitted] assets/icon/favicon-32x32.png 2.07 kB [emitted] assets/icon/favicon.ico 1.15 kB [emitted] assets/icon/ms-icon-144x144.png 8.43 kB [emitted] assets/icon/ms-icon-310x310.png 24.1 kB [emitted] assets/icon/ms-icon-70x70.png 4.12 kB [emitted] assets/icon/ms-icon-150x150.png 8.88 kB [emitted] assets/img/angular-logo.png 19 kB [emitted] assets/img/angularclass-avatar.png 32.8 kB [emitted] assets/mock-data/mock-data.json 22 bytes [emitted] assets/img/logo-recogizer.png 56.3 kB [emitted] assets/img/angularclass-logo.png 36.7 kB [emitted] assets/icon/android-icon-72x72.png 4.23 kB [emitted] index.html 3.25 kB [emitted]

  • 982 hidden modules

WARNING in polyfills.535f8fdcc5aaa05a75ac.bundle.js from UglifyJs Condition always true [./~/angular2-template-loader!./src/polyfills.browser.ts:34,4] Dropping unreachable code [./~/angular2-template-loader!./src/polyfills.browser.ts:41,2] Condition left of || always false [./~/source-map-loader!./~/zone.js/dist/zone.js:623,40] Condition left of || always false [./~/source-map-loader!./~/zone.js/dist/zone.js:624,39] Dropping side-effect-free statement [./~/source-map-loader!./~/zone.js/dist/zone.js:652,0] Side effects in initialization of unused variable Zone [./~/source-map-loader!./~/zone.js/dist/zone.js:152,0]

WARNING in vendor.41b53236352eafe00ae9.bundle.js from UglifyJs Condition always true [./~/angular2-template-loader!./src/vendor.browser.ts:23,4] Dropping unreachable code [./~/angular2-template-loader!./src/vendor.browser.ts:29,2] Side effects in initialization of unused variable TypeModifier [./~/@angular/compiler/src/output/output_ast.js:19,0] Side effects in initialization of unused variable BuiltinMethod [./~/@angular/compiler/src/output/output_ast.js:275,0] Side effects in initialization of unused variable StmtModifier [./~/@angular/compiler/src/output/output_ast.js:509,0] Side effects in initialization of unused variable freeExports [./~/rxjs/util/root.js:12,0] Side effects in initialization of unused variable freeModule [./~/rxjs/util/root.js:13,0] Side effects in initialization of unused variable ProviderAstType [./~/@angular/compiler/src/template_ast.js:231,0] Side effects in initialization of unused variable PropertyBindingType [./~/@angular/compiler/src/template_ast.js:272,0] Side effects in initialization of unused variable RequestMethod [./~/@angular/http/src/enums.js:22,0] Side effects in initialization of unused variable ReadyState [./~/@angular/http/src/enums.js:37,0] Side effects in initialization of unused variable ResponseType [./~/@angular/http/src/enums.js:50,0] Side effects in initialization of unused variable ContentType [./~/@angular/http/src/enums.js:64,0] Non-strict equality against boolean: != true [./~/@angular/compiler/src/html_tags.js:302,0] Side effects in initialization of unused variable ViewType [./~/@angular/core/src/linker/view_type.js:20,0] Side effects in initialization of unused variable HTMLCollection [./~/@angular/common/src/forms-deprecated/directives/select_multiple_control_value_accessor.js:31,0] Side effects in initialization of unused variable shim [./~/@angular/compiler/src/style_compiler.js:52,0] Side effects in initialization of unused variable HTMLCollection [./~/@angular/forms/src/directives/select_multiple_control_value_accessor.js:31,0] Dropping unused variable SAFE_SRCSET_PATTERN [./~/@angular/platform-browser/src/security/url_sanitizer.js:39,0] Side effects in initialization of unused variable matchs [./~/@angular/common/src/facade/intl.js:155,0] Dropping unused variable unused [./~/@angular/common/src/pipes/async_pipe.js:35,0] Side effects in initialization of unused variable depTemplates [./~/@angular/compiler/src/runtime_compiler.js:138,0] Dropping unused variable EVENT [./~/@angular/compiler/src/schema/dom_element_schema_registry.js:20,0] Dropping unused variable __unused [./~/@angular/core/src/di/reflective_injector.js:16,0] Side effects in initialization of unused variable SecurityContext [./~/@angular/core/src/security.js:26,0] Dropping unused function _fetchSylesFromState [./~/@angular/compiler/src/animation/animation_parser.js:115,0] Dropping unreachable code [./~/@angular/compiler/src/i18n/i18n_html_parser.js:73,0] Declarations in unreachable code! [./~/@angular/compiler/src/i18n/i18n_html_parser.js:73,0] Dropping unused variable renderMethod [./~/@angular/compiler/src/view_compiler/property_binder.js:67,0] Dropping unused variable unused [./~/@angular/core/src/application_common_providers.js:16,0] Dropping unused variable __unused [./~/@angular/core/src/platform_common_providers.js:17,0] Dropping unreachable code [./~/@angular/router/src/apply_redirects.js:52,0] Declarations in unreachable code! [./~/@angular/router/src/apply_redirects.js:52,0] Dropping unreachable code [./~/@angularclass/webpack-toolkit/dist/index.js:26,0] Declarations in unreachable code! [./~/@angularclass/webpack-toolkit/dist/index.js:26,0]

WARNING in main.e046faa95ba926b46b70.bundle.js from UglifyJs Condition always false [./~/angular2-template-loader!./src/main.browser.ts:52,4] Dropping unreachable code [./~/angular2-template-loader!./src/main.browser.ts:52,43] Declarations in unreachable code! [./~/angular2-template-loader!./src/main.browser.ts:54,2] Dropping unused variable ngHmr [./~/angular2-template-loader!./src/main.browser.ts:54,6] Condition always true [./~/angular2-template-loader!./src/platform/environment.ts:15,4] Dropping unreachable code [./~/angular2-template-loader!./src/platform/environment.ts:27,2] Child html-webpack-plugin for "index.html":

The web app is up http://DOCKER_IP:3000/#/login but the admin/admin does not work..says wrong password.

mkscala commented 8 years ago

log in docker-container server /foo/log_output $ more web.log [2016-08-29 22:26:06] [passlib.registry.register_crypt_handler ][DEBUG ] registered 'bcrypt' handler: <class 'passlib.handlers.bcrypt.bcrypt'> [2016-08-29 22:26:06] [passlib.registry.register_crypt_handler ][DEBUG ] registered 'des_crypt' handler: <class 'passlib.handlers.des_crypt.des_crypt'> [2016-08-29 22:26:06] [passlib.registry.register_crypt_handler ][DEBUG ] registered 'pbkdf2_sha256' handler: <class 'passlib.handlers.pbkdf2.pbkdf2_sha256'> [2016-08-29 22:26:06] [passlib.registry.register_crypt_handler ][DEBUG ] registered 'pbkdf2_sha512' handler: <class 'passlib.handlers.pbkdf2.pbkdf2_sha512'> [2016-08-29 22:26:06] [passlib.registry.register_crypt_handler ][DEBUG ] registered 'sha256_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha256_crypt'> [2016-08-29 22:26:06] [passlib.registry.register_crypt_handler ][DEBUG ] registered 'sha512_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha512_crypt'> [2016-08-29 22:26:06] [passlib.registry.register_crypt_handler ][DEBUG ] registered 'plaintext' handler: <class 'passlib.handlers.misc.plaintext'>

ansrivas commented 8 years ago

This error generally arrives when the server fails to start. But as you posted the logs are being generated.

Can you try these commands: docker rm -f angular2-app server and then: docker rmi -f backend/python frontend/angular2 and then again: docker-compose up

mkscala commented 8 years ago

Attaching to server, angular2-app angular2-app | angular2-app | > angular2-webpack-starter@5.0.5 server:prod /front angular2-app | > http-server dist --cors angular2-app | angular2-app | Starting up http-server, serving dist angular2-app | Available on: angular2-app | http://127.0.0.1:8080 angular2-app | http://172.24.0.3:8080 angular2-app | Hit CTRL-C to stop the server

This the output i get. I don't see the server when i exe docker-compose up

mkscala commented 8 years ago

angular2-app | http://172.24.0.3:8080 angular2-app | Hit CTRL-C to stop the server angular2-app | [Mon Aug 29 2016 23:57:43 GMT+0000 (UTC)] "GET /" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:57:43 GMT+0000 (UTC)] "GET /assets/css/font-awesome.min.css" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:57:43 GMT+0000 (UTC)] "GET /polyfills.535f8fdcc5aaa05a75ac.bundle.js" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:57:43 GMT+0000 (UTC)] "GET /main.e046faa95ba926b46b70.bundle.js" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:57:43 GMT+0000 (UTC)] "GET /vendor.41b53236352eafe00ae9.bundle.js" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:57:44 GMT+0000 (UTC)] "GET /assets/img/angularclass-logo.png" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:58:40 GMT+0000 (UTC)] "GET /" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:58:40 GMT+0000 (UTC)] "GET /assets/css/font-awesome.min.css" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:58:40 GMT+0000 (UTC)] "GET /polyfills.535f8fdcc5aaa05a75ac.bundle.js" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:58:40 GMT+0000 (UTC)] "GET /vendor.41b53236352eafe00ae9.bundle.js" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:58:40 GMT+0000 (UTC)] "GET /main.e046faa95ba926b46b70.bundle.js" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" angular2-app | [Mon Aug 29 2016 23:58:41 GMT+0000 (UTC)] "GET /assets/img/angularclass-logo.png" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36"

I still get the error "wrong password entered"

mkscala commented 8 years ago

$docker logs server, I don't see any logs

ansrivas commented 8 years ago

Yes, actually I am not redirecting the logs to stdout. Another thing you can try is to check if both frontend+backend dockers are running docker ps And lastly you can check if none of the ports are conflicting, i.e. 8080, 8081 is exposed on the host machine.

ansrivas commented 7 years ago

fixed in 25fdc9c1dbdf465623062b70a091725f2fcced67