Guest User

Untitled

a guest
Oct 10th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.32 KB | None | 0 0
  1. Sending build context to Docker daemon 21.75MB
  2.  
  3. Step 1/25 : FROM node:10 AS build-home
  4. ---> 8672b25e842c
  5. Step 2/25 : WORKDIR /usr/src/app/home
  6. ---> Running in cd108f8b561c
  7. Removing intermediate container cd108f8b561c
  8. ---> 16d0f8418b84
  9. Step 3/25 : RUN apt-get update
  10. ---> Running in f80f5971ea7d
  11. Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
  12. Ign http://deb.debian.org jessie InRelease
  13. Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
  14. Get:3 http://deb.debian.org jessie Release.gpg [2420 B]
  15. Get:4 http://deb.debian.org jessie Release [148 kB]
  16. Get:5 http://security.debian.org jessie/updates/main amd64 Packages [677 kB]
  17. Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [23.0 kB]
  18. Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
  19. Fetched 10.1 MB in 7s (1425 kB/s)
  20. Reading package lists...
  21. Removing intermediate container f80f5971ea7d
  22. ---> e54a42bd93f9
  23. Step 4/25 : RUN apt-get install nasm
  24. ---> Running in 1000db5532a7
  25. Reading package lists...
  26. Building dependency tree...
  27. Reading state information...
  28. The following NEW packages will be installed:
  29. nasm
  30. 0 upgraded, 1 newly installed, 0 to remove and 29 not upgraded.
  31. Need to get 1461 kB of archives.
  32. After this operation, 3793 kB of additional disk space will be used.
  33. Get:1 http://deb.debian.org/debian/ jessie/main nasm amd64 2.11.05-1 [1461 kB]
  34. debconf: delaying package configuration, since apt-utils is not installed
  35. Fetched 1461 kB in 1s (761 kB/s)
  36. Selecting previously unselected package nasm.
  37. (Reading database ...
  38. (Reading database ... 5%
  39. (Reading database ... 10%
  40. (Reading database ... 15%
  41. (Reading database ... 20%
  42. (Reading database ... 25%
  43. (Reading database ... 30%
  44. (Reading database ... 35%
  45. (Reading database ... 40%
  46. (Reading database ... 45%
  47. (Reading database ... 50%
  48. (Reading database ... 55%
  49. (Reading database ... 60%
  50. (Reading database ... 65%
  51. (Reading database ... 70%
  52. (Reading database ... 75%
  53. (Reading database ... 80%
  54. (Reading database ... 85%
  55. (Reading database ... 90%
  56. (Reading database ... 95%
  57. (Reading database ... 100%
  58. (Reading database ... 21654 files and directories currently installed.)
  59. Preparing to unpack .../nasm_2.11.05-1_amd64.deb ...
  60. Unpacking nasm (2.11.05-1) ...
  61. Setting up nasm (2.11.05-1) ...
  62. Removing intermediate container 1000db5532a7
  63. ---> df822063f80b
  64. Step 5/25 : RUN apt-get install libfontconfig
  65. ---> Running in 5484775316ea
  66. Reading package lists...
  67. Building dependency tree...
  68. Reading state information...
  69. libfontconfig1 is already the newest version.
  70. libfontconfig1 set to manually installed.
  71. 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
  72. Removing intermediate container 5484775316ea
  73. ---> 0fd13fc6e730
  74. Step 6/25 : COPY /home/package.json /home/yarn.lock /usr/src/app/home/
  75. ---> dfb40d412abc
  76. Step 7/25 : COPY /astralnalog /usr/src/app/astralnalog/
  77. ---> 759153f21710
  78. Step 8/25 : RUN yarn install
  79. ---> Running in ca3f626d274b
  80. yarn install v1.9.4
  81. [1/4] Resolving packages...
  82. [2/4] Fetching packages...
  83. (node:6) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
  84. info fsevents@1.2.4: The platform "linux" is incompatible with this module.
  85. info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
  86. [3/4] Linking dependencies...
  87. warning " > astralnalog@0.1.0" has incorrect peer dependency "axios@^0.17.1".
  88. warning " > connected-react-router@4.5.0" has unmet peer dependency "react-router@^4.3.1".
  89. warning " > stylelint-config-recommended@2.1.0" has unmet peer dependency "stylelint@^8.3.0 || ^9.0.0".
  90. [4/4] Building fresh packages...
  91. Done in 101.74s.
  92. Removing intermediate container ca3f626d274b
  93. ---> 57ddab83a658
  94. Step 9/25 : COPY ./home ./
  95. ---> cbd16ca7e2d5
  96. Step 10/25 : RUN yarn build
  97. ---> Running in a8bfd44174ca
  98. yarn run v1.9.4
  99. $ cross-env NODE_ENV=production BABEL_ENV=production webpack --mode production
  100. Hash: ab08d43fe1b896edace9
  101. Version: webpack 4.17.2
  102. Time: 36473ms
  103. Built at: 10/10/2018 3:53:32 PM
  104. Asset Size Chunks Chunk Names
  105. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_128x128.png 15.6 KiB [emitted]
  106. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-76x76.png 7.67 KiB [emitted]
  107. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-60x60.png 5.97 KiB [emitted]
  108. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-57x57.png 5.62 KiB [emitted]
  109. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-167x167.png 17.3 KiB [emitted]
  110. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-152x152.png 15.8 KiB [emitted]
  111. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-144x144.png 15 KiB [emitted]
  112. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-120x120.png 12.3 KiB [emitted]
  113. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-114x114.png 11.7 KiB [emitted]
  114. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-precomposed.png 18.8 KiB [emitted]
  115. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon.png 18.8 KiB [emitted]
  116. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-180x180.png 18.8 KiB [emitted]
  117. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon-32x32.png 2.67 KiB [emitted]
  118. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon-16x16.png 1010 bytes [emitted]
  119. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon.ico 32.5 KiB [emitted]
  120. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-72x72.png 6.42 KiB [emitted]
  121. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-48x48.png 4.2 KiB [emitted]
  122. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-36x36.png 3.05 KiB [emitted]
  123. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-144x144.png 13.1 KiB [emitted]
  124. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-96x96.png 8.65 KiB [emitted]
  125. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-256x256.png 23.5 KiB [emitted]
  126. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-192x192.png 17.6 KiB [emitted]
  127. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-384x384.png 36 KiB [emitted]
  128. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-512x512.png 49.1 KiB [emitted]
  129. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-320x460.png 34.5 KiB [emitted]
  130. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-640x920.png 71.3 KiB [emitted]
  131. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-640x1096.png 72 KiB [emitted]
  132. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-768x1004.png 86.1 KiB [emitted]
  133. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-750x1294.png 85.5 KiB [emitted]
  134. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-748x1024.png 84 KiB [emitted]
  135. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1182x2208.png 141 KiB [emitted]
  136. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1242x2148.png 148 KiB [emitted]
  137. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1496x2048.png 177 KiB [emitted]
  138. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1536x2008.png 183 KiB [emitted]
  139. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_60x60.png 6.64 KiB [emitted]
  140. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-72x72.png 7.28 KiB [emitted]
  141. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_512x512.png 71.2 KiB [emitted]
  142. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/manifest.json 1.18 KiB [emitted]
  143. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/manifest.webapp 255 bytes [emitted]
  144. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/.cache 7.05 KiB [emitted]
  145. 30c7543081720ae546740690b7058293.jpeg 164 KiB [emitted]
  146. 6bbee2a3085c311ec6dfd911f4b58d53.woff2 21.4 KiB [emitted]
  147. 7f6652096fad35bb930a2ed1904fc6c4.woff2 21.5 KiB [emitted]
  148. fc764334f6bb6f0282ce721595280bb9.woff2 21.9 KiB [emitted]
  149. f4c1b0814d1f9ccf2f097a75bfe9e0c5.woff 27.5 KiB [emitted]
  150. 2b9dfec7807cb4a69fbb276eb62c3d80.woff 27.5 KiB [emitted]
  151. 4babd1bb2a7bdfbac976e55b714f0a24.woff 28 KiB [emitted]
  152. a58d9a44c771d785ea5c989278e31843.png 207 KiB [emitted]
  153. main.2c89bf0724bf04aece3d.chunk.css 853 bytes 0 [emitted] main
  154. main.b4f1daf16cd55dbf4f14.js 2.28 KiB 0 [emitted] main
  155. about.342ff3545908840dfcea.chunk.css 6.42 KiB 1 [emitted] about
  156. about.edd729035f1224ea7992.js 44.5 KiB 1 [emitted] about
  157. education.f15306237588e5dbf6a0.js 257 bytes 2 [emitted] education
  158. home.03a13ba90c85662f6987.js 231 bytes 3 [emitted] home
  159. internship.7b8bc8e801666963a665.js 249 bytes 4 [emitted] internship
  160. vacancies.9c0e47dba83648413737.js 237 bytes 5 [emitted] vacancies
  161. vendors~main.82c0e3eb87b1b86fbb28.js 369 KiB 6 [emitted] [big] vendors~main
  162. vendors~about.8598993f47b54931fad5.chunk.css 4.88 KiB 7 [emitted] vendors~about
  163. vendors~about.d66edb00993803ef347b.js 142 KiB 7 [emitted] vendors~about
  164. runtime~main.2f6ac78de464108cd62e.js 3.34 KiB 8 [emitted] runtime~main
  165. main.b4f1daf16cd55dbf4f14.js.map 6.56 KiB 0 [emitted] main
  166. about.edd729035f1224ea7992.js.map 51.4 KiB 1 [emitted] about
  167. education.f15306237588e5dbf6a0.js.map 553 bytes 2 [emitted] education
  168. home.03a13ba90c85662f6987.js.map 524 bytes 3 [emitted] home
  169. internship.7b8bc8e801666963a665.js.map 554 bytes 4 [emitted] internship
  170. vacancies.9c0e47dba83648413737.js.map 550 bytes 5 [emitted] vacancies
  171. vendors~main.82c0e3eb87b1b86fbb28.js.map 1.89 MiB 6 [emitted] vendors~main
  172. vendors~about.d66edb00993803ef347b.js.map 559 KiB 7 [emitted] vendors~about
  173. runtime~main.2f6ac78de464108cd62e.js.map 15.5 KiB 8 [emitted] runtime~main
  174. index.html 4.53 KiB [emitted]
  175. Entrypoint main [big] = runtime~main.2f6ac78de464108cd62e.js runtime~main.2f6ac78de464108cd62e.js.map vendors~main.82c0e3eb87b1b86fbb28.js vendors~main.82c0e3eb87b1b86fbb28.js.map main.2c89bf0724bf04aece3d.chunk.css main.b4f1daf16cd55dbf4f14.js main.b4f1daf16cd55dbf4f14.js.map
  176. [/MKj] ./node_modules/react-redux/es/index.js + 14 modules 37.4 KiB {6} [built]
  177. | 15 modules
  178. [7RL8] ./src/index.jsx + 6 modules 4.48 KiB {0} [built]
  179. | ./src/index.jsx 160 bytes [built]
  180. | ./src/App.jsx 1.95 KiB [built]
  181. | ./src/store/configureStore.js 1.13 KiB [built]
  182. | ./src/store/modules/entities/index.js 695 bytes [built]
  183. | ./src/store/modules/pagination/index.js 213 bytes [built]
  184. | ./src/store/services/api.js 211 bytes [built]
  185. | ./src/store/services/history.js 55 bytes [built]
  186. [IlAs] ./src/containers/About/Components/index.js 263 bytes [built]
  187. [Lf/O] ./src/containers/Education/index.jsx 209 bytes {2} [built]
  188. [NX+1] ./src/App.scss 39 bytes {0} [built]
  189. [SVmU] ./node_modules/redux-persist/es/index.js + 11 modules 22.1 KiB {6} [built]
  190. | 12 modules
  191. [VnVx] ./src/containers/Vacancies/index.jsx 191 bytes {5} [built]
  192. [c7u4] ./src/store/middlewares/router.js 69 bytes [built]
  193. [gPeO] ./src/containers/Internship/index.jsx 203 bytes {4} [built]
  194. [oAkm] ./src/containers/Home/index.jsx 170 bytes {3} [built]
  195. [vI3O] ./src/containers/About/index.jsx + 11 modules 21.6 KiB {1} [built]
  196. | ./src/containers/About/Sections/Overall/index.jsx 2.42 KiB [built]
  197. | ./src/containers/About/index.jsx 587 bytes [built]
  198. | ./src/containers/About/Components/Slider/index.jsx 1.78 KiB [built]
  199. | ./src/containers/About/Sections/Products/index.jsx 3.51 KiB [built]
  200. | ./src/containers/About/Sections/Projects/index.jsx 2.74 KiB [built]
  201. | ./src/containers/About/Sections/Offices/index.jsx 2.33 KiB [built]
  202. | ./src/containers/About/Components/Section/index.jsx 1.16 KiB [built]
  203. | ./src/containers/About/Components/Layout/index.jsx 362 bytes [built]
  204. | ./src/containers/About/Components/Header/index.jsx 230 bytes [built]
  205. | ./src/containers/About/Components/Main/index.jsx 361 bytes [built]
  206. | ./src/containers/About/Components/Footer/index.jsx 244 bytes [built]
  207. | ./src/containers/About/Sections/Feedback/index.jsx 5.78 KiB [built]
  208. [w92M] ./node_modules/astralnalog/components/Loadable.jsx + 1 modules 1.23 KiB {6} [built]
  209. | 2 modules
  210. [wERv] ./src/containers/About/Sections/index.js 245 bytes [built]
  211. [wXCz] ./src/store/middlewares/thunk.js 38 bytes [built]
  212. [yLpj] (webpack)/buildin/global.js 509 bytes {6} [built]
  213. + 1042 hidden modules
  214.  
  215. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
  216. This can impact web performance.
  217. Assets:
  218. vendors~main.82c0e3eb87b1b86fbb28.js (369 KiB)
  219.  
  220. WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
  221. Entrypoints:
  222. main (375 KiB)
  223. runtime~main.2f6ac78de464108cd62e.js
  224. vendors~main.82c0e3eb87b1b86fbb28.js
  225. main.2c89bf0724bf04aece3d.chunk.css
  226. main.b4f1daf16cd55dbf4f14.js
  227.  
  228. Child favicons-webpack-plugin for "iconstats-[hash].json":
  229. Asset Size Chunks Chunk Names
  230. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-256x256.png 23.5 KiB [emitted]
  231. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-76x76.png 7.67 KiB [emitted]
  232. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-60x60.png 5.97 KiB [emitted]
  233. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-57x57.png 5.62 KiB [emitted]
  234. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-167x167.png 17.3 KiB [emitted]
  235. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-152x152.png 15.8 KiB [emitted]
  236. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-144x144.png 15 KiB [emitted]
  237. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-120x120.png 12.3 KiB [emitted]
  238. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-114x114.png 11.7 KiB [emitted]
  239. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-precomposed.png 18.8 KiB [emitted]
  240. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon.png 18.8 KiB [emitted]
  241. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-180x180.png 18.8 KiB [emitted]
  242. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon-32x32.png 2.67 KiB [emitted]
  243. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon-16x16.png 1010 bytes [emitted]
  244. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon.ico 32.5 KiB [emitted]
  245. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-72x72.png 6.42 KiB [emitted]
  246. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-48x48.png 4.2 KiB [emitted]
  247. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-36x36.png 3.05 KiB [emitted]
  248. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-144x144.png 13.1 KiB [emitted]
  249. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-96x96.png 8.65 KiB [emitted]
  250. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-72x72.png 7.28 KiB [emitted]
  251. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-192x192.png 17.6 KiB [emitted]
  252. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-384x384.png 36 KiB [emitted]
  253. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-512x512.png 49.1 KiB [emitted]
  254. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-320x460.png 34.5 KiB [emitted]
  255. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-640x920.png 71.3 KiB [emitted]
  256. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-640x1096.png 72 KiB [emitted]
  257. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-768x1004.png 86.1 KiB [emitted]
  258. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-750x1294.png 85.5 KiB [emitted]
  259. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-748x1024.png 84 KiB [emitted]
  260. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1182x2208.png 141 KiB [emitted]
  261. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1242x2148.png 148 KiB [emitted]
  262. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1496x2048.png 177 KiB [emitted]
  263. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1536x2008.png 183 KiB [emitted]
  264. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_60x60.png 6.64 KiB [emitted]
  265. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_128x128.png 15.6 KiB [emitted]
  266. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_512x512.png 71.2 KiB [emitted]
  267. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/manifest.json 1.18 KiB [emitted]
  268. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/manifest.webapp 255 bytes [emitted]
  269. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/.cache 7.05 KiB [emitted]
  270. + 1 hidden asset
  271. Entrypoint undefined = iconstats-763c8eb40cbc2bbb4f01.json
  272. [X9Pz] ./node_modules/favicons-webpack-plugin/lib/favicons.js?{"outputFilePrefix":"icons-[hash]/","icons":{"android":true,"appleIcon":true,"appleStartup":true,"coast":false,"favicons":true,"firefox":true,"opengraph":false,"twitter":false,"yandex":false,"windows":false},"background":"#fff","persistentCache":true,"appName":"astralhr-web"}!./src/favicon.svg 6.96 KiB {0} [built]
  273. Child html-webpack-plugin for "index.html":
  274. 1 asset
  275. Entrypoint undefined = index.html
  276. [MFLM] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 520 bytes {0} [built]
  277. [YuTi] (webpack)/buildin/module.js 519 bytes {0} [built]
  278. [yLpj] (webpack)/buildin/global.js 509 bytes {0} [built]
  279. + 1 hidden module
  280. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/App.scss:
  281. Entrypoint mini-css-extract-plugin = *
  282. [VFkK] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/App.scss 1.63 KiB {0} [built]
  283. + 8 hidden modules
  284. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Components/Footer/style.scss:
  285. Entrypoint mini-css-extract-plugin = *
  286. [OWdX] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Components/Footer/style.scss 489 bytes {0} [built]
  287. + 1 hidden module
  288. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Components/Header/style.scss:
  289. Entrypoint mini-css-extract-plugin = *
  290. [SYqX] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Components/Header/style.scss 598 bytes {0} [built]
  291. + 1 hidden module
  292. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Components/Layout/style.scss:
  293. Entrypoint mini-css-extract-plugin = *
  294. [GoCM] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Components/Layout/style.scss 171 bytes {0} [built]
  295. + 1 hidden module
  296. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Components/Main/style.scss:
  297. Entrypoint mini-css-extract-plugin = *
  298. [F7WZ] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Components/Main/style.scss 171 bytes {0} [built]
  299. + 1 hidden module
  300. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Components/Section/style.scss:
  301. Entrypoint mini-css-extract-plugin = *
  302. [hZYg] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Components/Section/style.scss 598 bytes {0} [built]
  303. + 1 hidden module
  304. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Components/Slider/style.scss:
  305. Entrypoint mini-css-extract-plugin = *
  306. [0chn] ./src/containers/About/Components/Slider/arrow.png 397 bytes {0} [built]
  307. [ieKQ] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Components/Slider/style.scss 2.5 KiB {0} [built]
  308. + 3 hidden modules
  309. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Sections/Feedback/style.scss:
  310. Entrypoint mini-css-extract-plugin = *
  311. [9n49] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Sections/Feedback/style.scss 1.05 KiB {0} [built]
  312. + 1 hidden module
  313. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Sections/Offices/style.scss:
  314. Entrypoint mini-css-extract-plugin = *
  315. [v8Y5] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Sections/Offices/style.scss 1.24 KiB {0} [built]
  316. + 1 hidden module
  317. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Sections/Overall/style.scss:
  318. Entrypoint mini-css-extract-plugin = *
  319. [xw5B] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Sections/Overall/style.scss 1.79 KiB {0} [built]
  320. + 1 hidden module
  321. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Sections/Products/style.scss:
  322. Entrypoint mini-css-extract-plugin = *
  323. [H41Q] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Sections/Products/style.scss 1.26 KiB {0} [built]
  324. + 1 hidden module
  325. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/Sections/Projects/style.scss:
  326. Entrypoint mini-css-extract-plugin = *
  327. [XbnG] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/Sections/Projects/style.scss 359 bytes {0} [built]
  328. + 1 hidden module
  329. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/About/style.scss:
  330. Entrypoint mini-css-extract-plugin = *
  331. [FiWb] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/About/style.scss 244 bytes {0} [built]
  332. + 1 hidden module
  333. Done in 39.51s.
  334. Removing intermediate container a8bfd44174ca
  335. ---> 04d7accdb8a1
  336. Step 11/25 : FROM node:10 AS build-dashboard
  337. ---> 8672b25e842c
  338. Step 12/25 : WORKDIR /usr/src/app/dashboard
  339. ---> Running in 4f848e4a562f
  340. Removing intermediate container 4f848e4a562f
  341. ---> e7f32b66876e
  342. Step 13/25 : RUN apt-get update
  343. ---> Running in 4acb15cb34bf
  344. Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
  345. Ign http://deb.debian.org jessie InRelease
  346. Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
  347. Get:3 http://deb.debian.org jessie Release.gpg [2420 B]
  348. Get:4 http://deb.debian.org jessie Release [148 kB]
  349. Get:5 http://security.debian.org jessie/updates/main amd64 Packages [677 kB]
  350. Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [23.0 kB]
  351. Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
  352. Fetched 10.1 MB in 6s (1508 kB/s)
  353. Reading package lists...
  354. Removing intermediate container 4acb15cb34bf
  355. ---> ff680e4ca233
  356. Step 14/25 : RUN apt-get install nasm
  357. ---> Running in b2a98bea0cc7
  358. Reading package lists...
  359. Building dependency tree...
  360. Reading state information...
  361. The following NEW packages will be installed:
  362. nasm
  363. 0 upgraded, 1 newly installed, 0 to remove and 29 not upgraded.
  364. Need to get 1461 kB of archives.
  365. After this operation, 3793 kB of additional disk space will be used.
  366. Get:1 http://deb.debian.org/debian/ jessie/main nasm amd64 2.11.05-1 [1461 kB]
  367. debconf: delaying package configuration, since apt-utils is not installed
  368. Fetched 1461 kB in 1s (1130 kB/s)
  369. Selecting previously unselected package nasm.
  370. (Reading database ...
  371. (Reading database ... 5%
  372. (Reading database ... 10%
  373. (Reading database ... 15%
  374. (Reading database ... 20%
  375. (Reading database ... 25%
  376. (Reading database ... 30%
  377. (Reading database ... 35%
  378. (Reading database ... 40%
  379. (Reading database ... 45%
  380. (Reading database ... 50%
  381. (Reading database ... 55%
  382. (Reading database ... 60%
  383. (Reading database ... 65%
  384. (Reading database ... 70%
  385. (Reading database ... 75%
  386. (Reading database ... 80%
  387. (Reading database ... 85%
  388. (Reading database ... 90%
  389. (Reading database ... 95%
  390. (Reading database ... 100%
  391. (Reading database ... 21654 files and directories currently installed.)
  392. Preparing to unpack .../nasm_2.11.05-1_amd64.deb ...
  393. Unpacking nasm (2.11.05-1) ...
  394. Setting up nasm (2.11.05-1) ...
  395. Removing intermediate container b2a98bea0cc7
  396. ---> b06bd7115d02
  397. Step 15/25 : RUN apt-get install libfontconfig
  398. ---> Running in dc3557426150
  399. Reading package lists...
  400. Building dependency tree...
  401. Reading state information...
  402. libfontconfig1 is already the newest version.
  403. libfontconfig1 set to manually installed.
  404. 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
  405. Removing intermediate container dc3557426150
  406. ---> 65497ac0f19b
  407. Step 16/25 : COPY /dashboard/package.json /dashboard/yarn.lock /usr/src/app/dashboard/
  408. ---> b91a55a0c9eb
  409. Step 17/25 : COPY /astralnalog /usr/src/app/astralnalog/
  410. ---> aec28f1d683e
  411. Step 18/25 : RUN yarn install
  412. ---> Running in 6e2562e94841
  413. yarn install v1.9.4
  414. [1/4] Resolving packages...
  415. [2/4] Fetching packages...
  416. (node:9) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
  417. info fsevents@1.2.4: The platform "linux" is incompatible with this module.
  418. info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
  419. [3/4] Linking dependencies...
  420. warning " > astralnalog@0.1.0" has incorrect peer dependency "axios@^0.17.1".
  421. warning " > connected-react-router@4.5.0" has unmet peer dependency "react-router@^4.3.1".
  422. warning " > stylelint-config-recommended@2.1.0" has unmet peer dependency "stylelint@^8.3.0 || ^9.0.0".
  423. [4/4] Building fresh packages...
  424. Done in 100.91s.
  425. Removing intermediate container 6e2562e94841
  426. ---> 20d71e465dc6
  427. Step 19/25 : COPY ./dashboard ./
  428. ---> a68fe7f9bc97
  429. Step 20/25 : RUN yarn build
  430. ---> Running in 8ff7c2ffd25a
  431. yarn run v1.9.4
  432. $ cross-env NODE_ENV=production BABEL_ENV=production webpack --mode production
  433. Hash: 18021dd5e8861d2e8e44
  434. Version: webpack 4.17.2
  435. Time: 46929ms
  436. Built at: 10/10/2018 3:57:42 PM
  437. Asset Size Chunks Chunk Names
  438. 6bbee2a3085c311ec6dfd911f4b58d53.woff2 21.4 KiB [emitted]
  439. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-76x76.png 7.67 KiB [emitted]
  440. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-60x60.png 5.97 KiB [emitted]
  441. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-57x57.png 5.62 KiB [emitted]
  442. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-167x167.png 17.3 KiB [emitted]
  443. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-152x152.png 15.8 KiB [emitted]
  444. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-144x144.png 15 KiB [emitted]
  445. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-120x120.png 12.3 KiB [emitted]
  446. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-114x114.png 11.7 KiB [emitted]
  447. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-precomposed.png 18.8 KiB [emitted]
  448. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon.png 18.8 KiB [emitted]
  449. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-180x180.png 18.8 KiB [emitted]
  450. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon-16x16.png 1010 bytes [emitted]
  451. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon-32x32.png 2.67 KiB [emitted]
  452. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon.ico 32.5 KiB [emitted]
  453. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-72x72.png 6.42 KiB [emitted]
  454. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-48x48.png 4.2 KiB [emitted]
  455. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-36x36.png 3.05 KiB [emitted]
  456. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-144x144.png 13.1 KiB [emitted]
  457. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-96x96.png 8.65 KiB [emitted]
  458. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-256x256.png 23.5 KiB [emitted]
  459. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-192x192.png 17.6 KiB [emitted]
  460. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-384x384.png 36 KiB [emitted]
  461. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-512x512.png 49.1 KiB [emitted]
  462. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_60x60.png 6.64 KiB [emitted]
  463. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_128x128.png 15.6 KiB [emitted]
  464. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_512x512.png 71.2 KiB [emitted]
  465. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-320x460.png 34.5 KiB [emitted]
  466. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-640x1096.png 72 KiB [emitted]
  467. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-640x920.png 71.3 KiB [emitted]
  468. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-748x1024.png 84 KiB [emitted]
  469. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-750x1294.png 85.5 KiB [emitted]
  470. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-768x1004.png 86.1 KiB [emitted]
  471. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1242x2148.png 148 KiB [emitted]
  472. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1182x2208.png 141 KiB [emitted]
  473. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1496x2048.png 177 KiB [emitted]
  474. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1536x2008.png 183 KiB [emitted]
  475. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/manifest.json 1.18 KiB [emitted]
  476. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/manifest.webapp 255 bytes [emitted]
  477. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/.cache 7.05 KiB [emitted]
  478. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-72x72.png 7.28 KiB [emitted]
  479. 7f6652096fad35bb930a2ed1904fc6c4.woff2 21.5 KiB [emitted]
  480. fc764334f6bb6f0282ce721595280bb9.woff2 21.9 KiB [emitted]
  481. f4c1b0814d1f9ccf2f097a75bfe9e0c5.woff 27.5 KiB [emitted]
  482. 2b9dfec7807cb4a69fbb276eb62c3d80.woff 27.5 KiB [emitted]
  483. 4babd1bb2a7bdfbac976e55b714f0a24.woff 28 KiB [emitted]
  484. 83b9feca42d8aaeedbc67a0894b16067.jpeg 2.65 MiB [emitted] [big]
  485. vendors~account~home/feedbacks~home/regions~home/users~home/vacancies.68c598b4d1c7f2196e30.js 37.2 KiB 0 [emitted] vendors~account~home/feedbacks~home/regions~home/users~home/vacancies
  486. vendors~home/feedbacks~home/regions~home/users~home/vacancies.d08474d5b39a07c6939c.js 16.3 KiB 1 [emitted] vendors~home/feedbacks~home/regions~home/users~home/vacancies
  487. vendors~home/feedbacks~home/users~home/vacancies.6dd43c785ba76824bb31.js 94.9 KiB 2 [emitted] vendors~home/feedbacks~home/users~home/vacancies
  488. vendors~home/regions~home/users~home/vacancies.3d945d641dcfea83f83f.js 16.6 KiB 3 [emitted] vendors~home/regions~home/users~home/vacancies
  489. vendors~account~home.f1069d0612e62582479a.js 33.1 KiB 4 [emitted] vendors~account~home
  490. main.2c89bf0724bf04aece3d.chunk.css 853 bytes 5 [emitted] main
  491. main.aa62806703c4f1cc09c7.js 30.8 KiB 5 [emitted] main
  492. account.a58bc261f8a8ea50c404.js 18.8 KiB 6 [emitted] account
  493. home.e27734533a3259d11d8d.js 16.1 KiB 7 [emitted] home
  494. home/vacancies.ec52cd67113df4ef3a41.chunk.css 642 bytes 8 [emitted] home/vacancies
  495. home/vacancies.5025bc981cc020429921.js 48.2 KiB 8 [emitted] home/vacancies
  496. home/users.9e8fbcb4752515e2e08d.js 30.4 KiB 9 [emitted] home/users
  497. home/feedbacks.11f93cb20a87e2b6a95b.js 13 KiB 10 [emitted] home/feedbacks
  498. home/regions.6d764e4c7a763c01178d.js 2.08 KiB 11 [emitted] home/regions
  499. vendors~main.fea3acf6cbd22af1ccf6.js 467 KiB 12 [emitted] [big] vendors~main
  500. vendors~home.3689005b99652e5ecfbc.js 80.4 KiB 13 [emitted] vendors~home
  501. runtime~main.1aa7b735d38d0350bd18.js 4.22 KiB 14 [emitted] runtime~main
  502. vendors~account~home/feedbacks~home/regions~home/users~home/vacancies.68c598b4d1c7f2196e30.js.map 147 KiB 0 [emitted] vendors~account~home/feedbacks~home/regions~home/users~home/vacancies
  503. vendors~home/feedbacks~home/regions~home/users~home/vacancies.d08474d5b39a07c6939c.js.map 65.2 KiB 1 [emitted] vendors~home/feedbacks~home/regions~home/users~home/vacancies
  504. vendors~home/feedbacks~home/users~home/vacancies.6dd43c785ba76824bb31.js.map 442 KiB 2 [emitted] vendors~home/feedbacks~home/users~home/vacancies
  505. vendors~home/regions~home/users~home/vacancies.3d945d641dcfea83f83f.js.map 68.3 KiB 3 [emitted] vendors~home/regions~home/users~home/vacancies
  506. vendors~account~home.f1069d0612e62582479a.js.map 140 KiB 4 [emitted] vendors~account~home
  507. main.aa62806703c4f1cc09c7.js.map 76 KiB 5 [emitted] main
  508. account.a58bc261f8a8ea50c404.js.map 27.7 KiB 6 [emitted] account
  509. home.e27734533a3259d11d8d.js.map 25.1 KiB 7 [emitted] home
  510. home/vacancies.5025bc981cc020429921.js.map 124 KiB 8 [emitted] home/vacancies
  511. home/users.9e8fbcb4752515e2e08d.js.map 78.2 KiB 9 [emitted] home/users
  512. home/feedbacks.11f93cb20a87e2b6a95b.js.map 23.6 KiB 10 [emitted] home/feedbacks
  513. home/regions.6d764e4c7a763c01178d.js.map 4.5 KiB 11 [emitted] home/regions
  514. vendors~main.fea3acf6cbd22af1ccf6.js.map 2.43 MiB 12 [emitted] vendors~main
  515. vendors~home.3689005b99652e5ecfbc.js.map 310 KiB 13 [emitted] vendors~home
  516. runtime~main.1aa7b735d38d0350bd18.js.map 16.8 KiB 14 [emitted] runtime~main
  517. index.html 4.54 KiB [emitted]
  518. Entrypoint main [big] = runtime~main.1aa7b735d38d0350bd18.js runtime~main.1aa7b735d38d0350bd18.js.map vendors~main.fea3acf6cbd22af1ccf6.js vendors~main.fea3acf6cbd22af1ccf6.js.map main.2c89bf0724bf04aece3d.chunk.css main.aa62806703c4f1cc09c7.js main.aa62806703c4f1cc09c7.js.map
  519. [/MKj] ./node_modules/react-redux/es/index.js + 14 modules 37.4 KiB {12} [built]
  520. | 15 modules
  521. [1VFy] ./src/containers/Account/index.jsx + 7 modules 15.4 KiB {6} [built]
  522. | ./src/containers/Account/index.jsx 1.16 KiB [built]
  523. | ./src/containers/Account/SignIn/index.jsx 1.57 KiB [built]
  524. | + 6 hidden modules
  525. [7RL8] ./src/index.jsx + 31 modules 19.5 KiB {5} [built]
  526. | ./src/store/modules/session.js 921 bytes [built]
  527. | ./src/index.jsx 160 bytes [built]
  528. | ./src/store/configureStore.js 1.35 KiB [built]
  529. | ./src/store/modules/index.js 595 bytes [built]
  530. | ./src/store/utils/observeStore.js 385 bytes [built]
  531. | ./src/store/services/history.js 55 bytes [built]
  532. | ./src/store/services/api.js 2.07 KiB [built]
  533. | ./src/App.jsx 1.32 KiB [built]
  534. | ./src/store/modules/pagination/index.js 921 bytes [built]
  535. | ./src/store/utils/paginate.js 3.06 KiB [built]
  536. | ./src/store/utils/createEntityReducer.js 2.07 KiB [built]
  537. | ./src/store/modules/entities/index.js 395 bytes [built]
  538. | ./src/store/modules/pagination/vacancyCompetenceDegreesByVacancyDirection.js 599 bytes [built]
  539. | ./src/store/modules/entities/initialState/index.js 877 bytes [built]
  540. | ./src/store/modules/pagination/feedbacks.js 542 bytes [built]
  541. | + 17 hidden modules
  542. [KRKa] ./src/containers/Home/Regions/index.jsx + 1 modules 2.29 KiB {11} [built]
  543. | ./src/containers/Home/Regions/index.jsx 399 bytes [built]
  544. | ./src/containers/Home/Regions/Create/index.jsx 1.84 KiB [built]
  545. [NX+1] ./src/App.scss 39 bytes {5} [built]
  546. [QbFQ] ./src/containers/Home/Vacancies/index.jsx + 13 modules 51.2 KiB {8} [built]
  547. | ./src/containers/Home/Vacancies/View/index.jsx 504 bytes [built]
  548. | ./src/containers/Home/Vacancies/index.jsx 1.04 KiB [built]
  549. | ./src/containers/Home/Vacancies/Delete/index.jsx 3.46 KiB [built]
  550. | ./src/containers/Home/Vacancies/Edit/index.jsx 5.16 KiB [built]
  551. | ./src/containers/Home/Vacancies/Create/index.jsx 1.02 KiB [built]
  552. | ./src/containers/Home/Vacancies/Header/index.jsx 3.33 KiB [built]
  553. | ./src/containers/Home/Vacancies/Form/index.jsx 13.6 KiB [built]
  554. | ./src/containers/Home/Vacancies/View/Nav/index.jsx 8.19 KiB [built]
  555. | ./src/containers/Home/Vacancies/View/Content/index.jsx 8.82 KiB [built]
  556. | ./src/containers/Home/Vacancies/View/Content/Table/index.jsx 1.8 KiB [built]
  557. | ./src/containers/Home/Vacancies/View/Content/Table/Row/index.jsx 2.36 KiB [built]
  558. | + 3 hidden modules
  559. [SVmU] ./node_modules/redux-persist/es/index.js + 11 modules 22.1 KiB {12} [built]
  560. | 12 modules
  561. [VQ8J] ./src/store/middlewares/index.js 109 bytes [built]
  562. [aAZn] ./src/containers/Home/Users/index.jsx + 13 modules 37 KiB {9} [built]
  563. | ./src/containers/Home/Users/View/index.jsx 5.67 KiB [built]
  564. | ./src/containers/Home/Users/index.jsx 808 bytes [built]
  565. | ./src/containers/Home/Users/Delete/index.jsx 2.18 KiB [built]
  566. | ./src/containers/Home/Users/Edit/index.jsx 5.04 KiB [built]
  567. | ./src/containers/Home/Users/Header/index.jsx 1.61 KiB [built]
  568. | ./src/containers/Home/Users/Create/index.jsx 1.85 KiB [built]
  569. | ./src/containers/Home/Users/View/Table/index.jsx 1.64 KiB [built]
  570. | ./src/containers/Home/Users/Edit/Form/index.jsx 5.08 KiB [built]
  571. | ./src/containers/Home/Users/View/Table/Row/index.jsx 4.07 KiB [built]
  572. | ./src/containers/Home/Users/StatusSelector/index.jsx 283 bytes [built]
  573. | ./src/containers/Home/Users/RolesSelector/index.jsx 1.24 KiB [built]
  574. | + 3 hidden modules
  575. [cWe6] ./src/store/utils/index.js 179 bytes [built]
  576. [chFS] ./src/store/services/index.js 99 bytes [built]
  577. [dt8x] ./src/containers/Home/Feedbacks/index.jsx + 6 modules 16.7 KiB {10} [built]
  578. | ./src/containers/Home/Feedbacks/index.jsx 471 bytes [built]
  579. | ./src/containers/Home/Feedbacks/Header/index.jsx 1.32 KiB [built]
  580. | ./src/containers/Home/Feedbacks/View/index.jsx 5.76 KiB [built]
  581. | ./src/containers/Home/Feedbacks/View/Table/index.jsx 1.71 KiB [built]
  582. | ./src/containers/Home/Feedbacks/View/Table/Row/index.jsx 5.3 KiB [built]
  583. | ./src/containers/Home/Feedbacks/StatusSelector/index.jsx 1.28 KiB [built]
  584. | + 1 hidden module
  585. [oAkm] ./src/containers/Home/index.jsx + 8 modules 25.6 KiB {7} [built]
  586. | ./src/containers/Home/index.jsx 2.1 KiB [built]
  587. | ./src/containers/Home/Layout/Sidebar/index.jsx 2.12 KiB [built]
  588. | ./src/containers/Home/Layout/Sidebar/RegionSelector/index.jsx 7.53 KiB [built]
  589. | ./src/containers/Home/Layout/Sidebar/SectionSelector/index.jsx 889 bytes [built]
  590. | ./src/containers/Home/Layout/Sidebar/SectionSelector/Vacancies/index.jsx 6.45 KiB [built]
  591. | + 4 hidden modules
  592. [xdZ9] ./src/store/modules/entities/sessions.js 7.56 KiB {5} [built]
  593. [yLpj] (webpack)/buildin/global.js 509 bytes {12} [built]
  594. + 1279 hidden modules
  595.  
  596. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
  597. This can impact web performance.
  598. Assets:
  599. 83b9feca42d8aaeedbc67a0894b16067.jpeg (2.65 MiB)
  600. vendors~main.fea3acf6cbd22af1ccf6.js (467 KiB)
  601.  
  602. WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
  603. Entrypoints:
  604. main (503 KiB)
  605. runtime~main.1aa7b735d38d0350bd18.js
  606. vendors~main.fea3acf6cbd22af1ccf6.js
  607. main.2c89bf0724bf04aece3d.chunk.css
  608. main.aa62806703c4f1cc09c7.js
  609.  
  610. Child favicons-webpack-plugin for "iconstats-[hash].json":
  611. Asset Size Chunks Chunk Names
  612. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-256x256.png 23.5 KiB [emitted]
  613. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-76x76.png 7.67 KiB [emitted]
  614. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-60x60.png 5.97 KiB [emitted]
  615. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-57x57.png 5.62 KiB [emitted]
  616. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-167x167.png 17.3 KiB [emitted]
  617. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-152x152.png 15.8 KiB [emitted]
  618. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-144x144.png 15 KiB [emitted]
  619. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-120x120.png 12.3 KiB [emitted]
  620. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-114x114.png 11.7 KiB [emitted]
  621. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-precomposed.png 18.8 KiB [emitted]
  622. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon.png 18.8 KiB [emitted]
  623. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-180x180.png 18.8 KiB [emitted]
  624. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon-16x16.png 1010 bytes [emitted]
  625. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon-32x32.png 2.67 KiB [emitted]
  626. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/favicon.ico 32.5 KiB [emitted]
  627. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-72x72.png 6.42 KiB [emitted]
  628. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-48x48.png 4.2 KiB [emitted]
  629. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-36x36.png 3.05 KiB [emitted]
  630. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-144x144.png 13.1 KiB [emitted]
  631. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-96x96.png 8.65 KiB [emitted]
  632. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-icon-72x72.png 7.28 KiB [emitted]
  633. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-192x192.png 17.6 KiB [emitted]
  634. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-384x384.png 36 KiB [emitted]
  635. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/android-chrome-512x512.png 49.1 KiB [emitted]
  636. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_60x60.png 6.64 KiB [emitted]
  637. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_128x128.png 15.6 KiB [emitted]
  638. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/firefox_app_512x512.png 71.2 KiB [emitted]
  639. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-320x460.png 34.5 KiB [emitted]
  640. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-640x1096.png 72 KiB [emitted]
  641. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-640x920.png 71.3 KiB [emitted]
  642. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-748x1024.png 84 KiB [emitted]
  643. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-750x1294.png 85.5 KiB [emitted]
  644. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-768x1004.png 86.1 KiB [emitted]
  645. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1242x2148.png 148 KiB [emitted]
  646. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1182x2208.png 141 KiB [emitted]
  647. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1496x2048.png 177 KiB [emitted]
  648. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/apple-touch-startup-image-1536x2008.png 183 KiB [emitted]
  649. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/manifest.json 1.18 KiB [emitted]
  650. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/manifest.webapp 255 bytes [emitted]
  651. icons-6a227dd40d1a42b6cb7aa37a2c52fda3/.cache 7.05 KiB [emitted]
  652. + 1 hidden asset
  653. Entrypoint undefined = iconstats-c9ef8e940e19eb1df4f1.json
  654. [X9Pz] ./node_modules/favicons-webpack-plugin/lib/favicons.js?{"outputFilePrefix":"icons-[hash]/","icons":{"android":true,"appleIcon":true,"appleStartup":true,"coast":false,"favicons":true,"firefox":true,"opengraph":false,"twitter":false,"yandex":false,"windows":false},"background":"#fff","persistentCache":true,"appName":"astralhr-web"}!./src/favicon.svg 6.96 KiB {0} [built]
  655. Child html-webpack-plugin for "index.html":
  656. 1 asset
  657. Entrypoint undefined = index.html
  658. [MFLM] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 520 bytes {0} [built]
  659. [YuTi] (webpack)/buildin/module.js 519 bytes {0} [built]
  660. [yLpj] (webpack)/buildin/global.js 509 bytes {0} [built]
  661. + 1 hidden module
  662. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/App.scss:
  663. Entrypoint mini-css-extract-plugin = *
  664. [VFkK] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/App.scss 1.63 KiB {0} [built]
  665. + 8 hidden modules
  666. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/Home/Vacancies/Form/style.scss:
  667. Entrypoint mini-css-extract-plugin = *
  668. [pgx4] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/Home/Vacancies/Form/style.scss 801 bytes {0} [built]
  669. + 1 hidden module
  670. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/Home/Vacancies/View/Content/style.scss:
  671. Entrypoint mini-css-extract-plugin = *
  672. [iCXW] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/Home/Vacancies/View/Content/style.scss 256 bytes {0} [built]
  673. + 1 hidden module
  674. Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/resolve-url-loader/index.js!node_modules/sass-loader/lib/loader.js??ref--5-4!src/containers/Home/Vacancies/View/style.scss:
  675. Entrypoint mini-css-extract-plugin = *
  676. [aeBb] ./node_modules/css-loader!./node_modules/postcss-loader/src??ref--5-2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js??ref--5-4!./src/containers/Home/Vacancies/View/style.scss 279 bytes {0} [built]
  677. + 1 hidden module
  678. Done in 50.38s.
  679. Removing intermediate container 8ff7c2ffd25a
  680. ---> cf2574446e7c
  681. Step 21/25 : FROM nginx
  682. ---> be1f31be9a87
  683. Step 22/25 : EXPOSE 5001
  684. ---> Running in 6d1ec70de3af
  685. Removing intermediate container 6d1ec70de3af
  686. ---> 64d654263b41
  687. Step 23/25 : COPY nginx.conf /etc/nginx/nginx.conf
  688. ---> 8b90e641bf67
  689. Step 24/25 : COPY --from=build-home /usr/src/app/home/dist /usr/share/nginx/html/home
  690. ---> d0030bf392eb
  691. Step 25/25 : COPY --from=build-dashboard /usr/src/app/dashboard/dist /usr/share/nginx/html/dashboard
  692. ---> 6215d4003c6f
  693. Successfully built 6215d4003c6f
  694. Successfully tagged test-image:latest
Add Comment
Please, Sign In to add comment