Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.47 KB | None | 0 0
  1.  
  2. C:\Users\Cedric\Desktop\Development\ETNA\TIC-API3\my_youtube>docker-compose up --build
  3. Building api
  4. Step 1/9 : FROM ruby:2.5.0
  5. ---> 213a086149f6
  6. Step 2/9 : RUN apt-get update -qq && apt-get install -y build-essential
  7. ---> Using cache
  8. ---> 9463162b11a6
  9. Step 3/9 : WORKDIR /app
  10. ---> Using cache
  11. ---> 8a4fb6d02a05
  12. Step 4/9 : ADD ./youtube-api/Gemfile* /app/
  13. ---> Using cache
  14. ---> c5a76849b5f6
  15. Step 5/9 : RUN gem install bundler
  16. ---> Using cache
  17. ---> 2ddc22c764b7
  18. Step 6/9 : RUN bundle install
  19. ---> Using cache
  20. ---> 5ed0f075c92c
  21. Step 7/9 : ADD ./youtube-api/ /app/
  22. ---> Using cache
  23. ---> 365d0476c6ee
  24. Step 8/9 : ADD ./launch.sh /app/
  25. ---> Using cache
  26. ---> 166385e17df5
  27. Step 9/9 : CMD bash launch.sh
  28. ---> Using cache
  29. ---> cfb748a87d51
  30.  
  31. Successfully built cfb748a87d51
  32. Successfully tagged my_youtube_api:latest
  33. Building mailing_api
  34. Step 1/6 : FROM ubuntu:latest
  35. ---> 4c108a37151f
  36. Step 2/6 : RUN apt-get update -y
  37. ---> Using cache
  38. ---> ed2825d3e911
  39. Step 3/6 : RUN apt-get install -y python3-pip python3-dev build-essential
  40. ---> Using cache
  41. ---> 2acd60d32882
  42. Step 4/6 : WORKDIR /app
  43. ---> Using cache
  44. ---> 970caaa1f651
  45. Step 5/6 : RUN pip3 install flask
  46. ---> Using cache
  47. ---> a9536c7a270c
  48. Step 6/6 : CMD python3 app.py
  49. ---> Using cache
  50. ---> f72bf987e768
  51.  
  52. Successfully built f72bf987e768
  53. Successfully tagged my_youtube_mailing_api:latest
  54. Building encoding
  55. Step 1/7 : FROM ubuntu:latest
  56. ---> 4c108a37151f
  57. Step 2/7 : RUN apt-get update -y && apt-get install -y python3-pip python3-dev build-essential ffmpeg
  58. ---> Using cache
  59. ---> a8bec39ea3ac
  60. Step 3/7 : WORKDIR /app
  61. ---> Using cache
  62. ---> 5f253d7e9a23
  63. Step 4/7 : RUN pip3 install flask
  64. ---> Using cache
  65. ---> b7ae5493baad
  66. Step 5/7 : COPY requirements.txt /
  67. ---> Using cache
  68. ---> 605187a4556e
  69. Step 6/7 : RUN pip3 install -r /requirements.txt
  70. ---> Using cache
  71. ---> 83cc5a9556b3
  72. Step 7/7 : CMD python app.py
  73. ---> Using cache
  74. ---> 27b180bbfd15
  75.  
  76. Successfully built 27b180bbfd15
  77. Successfully tagged my_youtube_encoding:latest
  78. Building website
  79. Step 1/9 : FROM node:latest
  80. ---> b074182f4154
  81. Step 2/9 : RUN apt-get update -y
  82. ---> Using cache
  83. ---> fd099c1ff469
  84. Step 3/9 : RUN apt-get install -y build-essential
  85. ---> Using cache
  86. ---> 3b77f905fa42
  87. Step 4/9 : WORKDIR /app
  88. ---> Using cache
  89. ---> f66ae88f920d
  90. Step 5/9 : RUN npm install -y
  91. ---> Using cache
  92. ---> a6139fc6c7fc
  93. Step 6/9 : RUN npm install nodemon -gy
  94. ---> Using cache
  95. ---> ebe9583e839e
  96. Step 7/9 : COPY ./launch.sh /.
  97. ---> Using cache
  98. ---> 82ec558d6e8d
  99. Step 8/9 : ENTRYPOINT ["bash"]
  100. ---> Using cache
  101. ---> d4e8f5c7deb9
  102. Step 9/9 : CMD ["/launch.sh"]
  103. ---> Using cache
  104. ---> b1b92c1fd154
  105.  
  106. Successfully built b1b92c1fd154
  107. Successfully tagged my_youtube_website:latest
  108. Starting api_db ... done
  109. Starting api ... done
  110. Starting website ... done
  111. Starting mailing ... done
  112. Starting encoding ... done
  113. Starting mailing_api ... done
  114. Attaching to api_db, api, encoding, website, mailing, mailing_api
  115. api_db | 2019-06-20T12:02:38.947426Z 0 [Note] Basedir set to /usr/
  116. api_db | 2019-06-20T12:02:38.947619Z 0 [Warning] The syntax '--symbolic-links/-s' is deprecated and will be removed in a future release
  117. api_db | 2019-06-20T12:02:38.948676Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
  118. api_db | 2019-06-20T12:02:38.948756Z 0 [Note] /usr/sbin/mysqld (mysqld 8.0.3-rc-log) starting as process 1 ...
  119. api_db | 2019-06-20T12:02:38.989086Z 0 [Warning] No argument was provided to --log-bin, and --log-bin-index was not used; so replication may break when this MySQL server acts as a master and has his hostname changed!! Please use '--log-bin=1270f0f74772-bin' to avoid this problem.
  120. api_db | 2019-06-20T12:02:38.997465Z 0 [Note] InnoDB: Using Linux native AIO
  121. api_db | 2019-06-20T12:02:38.997576Z 0 [Note] Plugin 'FEDERATED' is disabled.
  122. api_db | 2019-06-20T12:02:39.002339Z 1 [Note] InnoDB: PUNCH HOLE support available
  123. api_db | 2019-06-20T12:02:39.002395Z 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  124. api_db | 2019-06-20T12:02:39.002404Z 1 [Note] InnoDB: Uses event mutexes
  125. api_db | 2019-06-20T12:02:39.002409Z 1 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  126. api_db | 2019-06-20T12:02:39.002415Z 1 [Note] InnoDB: Compressed tables use zlib 1.2.11
  127. api_db | 2019-06-20T12:02:39.002789Z 1 [Note] InnoDB: Number of pools: 1
  128. api_db | 2019-06-20T12:02:39.002924Z 1 [Note] InnoDB: Using CPU crc32 instructions
  129. api_db | 2019-06-20T12:02:39.004475Z 1 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  130. api_db | libnuma: Warning: /sys not mounted or invalid. Assuming one node: No such file or directory
  131. api_db | mbind: Operation not permitted
  132. api_db | mbind: Operation not permitted
  133. api_db | 2019-06-20T12:02:39.016743Z 1 [Note] InnoDB: Completed initialization of buffer pool
  134. encoding | /bin/sh: 1: python: not found
  135. api_db | 2019-06-20T12:02:39.019158Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  136. api_db | 2019-06-20T12:02:39.267529Z 1 [Note] InnoDB: Using 'tablespaces.open.2' max LSN: 26422453
  137. api_db | 2019-06-20T12:02:39.277830Z 1 [Note] InnoDB: Applying a batch of 0 redo log records ...
  138. api_db | 2019-06-20T12:02:39.277859Z 1 [Note] InnoDB: Apply batch completed!
  139. api_db | 2019-06-20T12:02:39.523736Z 1 [Note] InnoDB: Opened 2 existing undo tablespaces.
  140. api_db | 2019-06-20T12:02:39.642198Z 1 [Note] InnoDB: Creating shared tablespace for temporary tables
  141. api_db | 2019-06-20T12:02:39.643393Z 1 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  142. api_db | 2019-06-20T12:02:40.046540Z 1 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  143. api_db | 2019-06-20T12:02:40.054500Z 1 [Note] InnoDB: Created 128 and tracked 128 new rollback segment(s) in the temporary tablespace. 128 are now active.
  144. api_db | 2019-06-20T12:02:40.058064Z 1 [Note] InnoDB: 8.0.3 started; log sequence number 26422630
  145. api_db | 2019-06-20T12:02:40.303593Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  146. api_db | 2019-06-20T12:02:40.323690Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190620 12:02:40
  147. api_db | 2019-06-20T12:02:40.325973Z 1 [Note] Found data dictionary with version 1
  148. api_db | 2019-06-20T12:02:40.347979Z 0 [Note] InnoDB: DDL log recovery : begin
  149. api_db | 2019-06-20T12:02:40.348069Z 0 [Note] InnoDB: DDL log recovery : end
  150. api_db | 2019-06-20T12:02:40.348220Z 0 [Note] InnoDB: Waiting for purge to start
  151. api_db | 2019-06-20T12:02:40.462867Z 0 [Warning] You have not provided a mandatory server-id. Servers in a replication topology must have unique server-ids. Please refer to the proper server start-up parameters documentation.
  152. api_db | 2019-06-20T12:02:40.482602Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using
  153. them.
  154. api_db | 2019-06-20T12:02:40.490590Z 0 [Warning] CA certificate ca.pem is self signed.
  155. api_db | 2019-06-20T12:02:40.497959Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  156. api_db | 2019-06-20T12:02:40.498044Z 0 [Note] IPv6 is available.
  157. api_db | 2019-06-20T12:02:40.498060Z 0 [Note] - '::' resolves to '::';
  158. api_db | 2019-06-20T12:02:40.498110Z 0 [Note] Server socket created on IP: '::'.
  159. api_db | 2019-06-20T12:02:40.527000Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
  160. api_db | 2019-06-20T12:02:40.527303Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
  161. api_db | 2019-06-20T12:02:40.527336Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
  162. api_db | 2019-06-20T12:02:40.527379Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
  163. api_db | 2019-06-20T12:02:40.527426Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  164. api_db | 2019-06-20T12:02:40.527447Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  165. api_db | 2019-06-20T12:02:40.737231Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
  166. api_db | 2019-06-20T12:02:40.737273Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  167. api_db | 2019-06-20T12:02:41.047292Z 0 [Note] /usr/sbin/mysqld: ready for connections. Version: '8.0.3-rc-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
  168. api_db | 2019-06-20T12:02:41.053896Z 4 [Note] Event Scheduler: scheduler thread started with id 4
  169. mailing | 2019-06-20 12:02:45,870 CRIT Supervisor running as root (no user in config file)
  170. mailing | 2019-06-20 12:02:45,871 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
  171. mailing | Unlinking stale socket /var/run/supervisor.sock
  172. mailing | 2019-06-20 12:02:46,342 INFO RPC interface 'supervisor' initialized
  173. mailing | 2019-06-20 12:02:46,342 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  174. mailing | 2019-06-20 12:02:46,342 INFO supervisord started with pid 7
  175. mailing | 2019-06-20 12:02:47,352 INFO spawned: 'postfix' with pid 10
  176. mailing | 2019-06-20 12:02:47,355 INFO spawned: 'rsyslog' with pid 11
  177. mailing | 2019-06-20 12:02:48,955 INFO success: postfix entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  178. mailing | 2019-06-20 12:02:48,956 INFO success: rsyslog entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  179. mailing_api | * Serving Flask app "app" (lazy loading)
  180. mailing_api | * Environment: production
  181. mailing_api | WARNING: This is a development server. Do not use it in a production deployment.
  182. mailing_api | Use a production WSGI server instead.
  183. mailing_api | * Debug mode: on
  184. mailing_api | * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
  185. mailing_api | * Restarting with stat
  186. mailing_api | Traceback (most recent call last):
  187. mailing_api | File "app.py", line 51, in <module>
  188. mailing_api | app.run(debug=True,host='0.0.0.0')
  189. mailing_api | File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 944, in run
  190. mailing_api | run_simple(host, port, self, **options)
  191. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 1007, in run_simple
  192. mailing_api | run_with_reloader(inner, extra_files, reloader_interval, reloader_type)
  193. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/_reloader.py", line 332, in run_with_reloader
  194. mailing_api | sys.exit(reloader.restart_with_reloader())
  195. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/_reloader.py", line 176, in restart_with_reloader
  196. mailing_api | exit_code = subprocess.call(args, env=new_environ, close_fds=False)
  197. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 287, in call
  198. mailing_api | with Popen(*popenargs, **kwargs) as p:
  199. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
  200. mailing_api | restore_signals, start_new_session)
  201. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
  202. mailing_api | raise child_exception_type(errno_num, err_msg, err_filename)
  203. mailing_api | OSError: [Errno 8] Exec format error: '/app/app.py'
  204. encoding exited with code 127
  205. mailing_api | * Serving Flask app "app" (lazy loading)
  206. mailing_api | * Environment: production
  207. mailing_api | WARNING: This is a development server. Do not use it in a production deployment.
  208. mailing_api | Use a production WSGI server instead.
  209. mailing_api | * Debug mode: on
  210. mailing_api | * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
  211. mailing_api | * Restarting with stat
  212. mailing_api | Traceback (most recent call last):
  213. mailing_api | File "app.py", line 51, in <module>
  214. mailing_api | app.run(debug=True,host='0.0.0.0')
  215. mailing_api | File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 944, in run
  216. mailing_api | run_simple(host, port, self, **options)
  217. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 1007, in run_simple
  218. mailing_api | run_with_reloader(inner, extra_files, reloader_interval, reloader_type)
  219. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/_reloader.py", line 332, in run_with_reloader
  220. mailing_api | sys.exit(reloader.restart_with_reloader())
  221. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/_reloader.py", line 176, in restart_with_reloader
  222. mailing_api | exit_code = subprocess.call(args, env=new_environ, close_fds=False)
  223. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 287, in call
  224. mailing_api | with Popen(*popenargs, **kwargs) as p:
  225. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
  226. mailing_api | restore_signals, start_new_session)
  227. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
  228. mailing_api | raise child_exception_type(errno_num, err_msg, err_filename)
  229. mailing_api | OSError: [Errno 8] Exec format error: '/app/app.py'
  230. encoding exited with code 127
  231. mailing_api exited with code 1
  232. encoding exited with code 127
  233. website | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.0.7 (node_modules/fsevents):
  234. website | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  235. website | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/watchpack/node_modules/fsevents):
  236. website | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  237. website |
  238. website | audited 12293 packages in 17.634s
  239. website | found 0 vulnerabilities
  240. website |
  241. website |
  242. website | > my_youtube@1.0.0 build /app
  243. website | > nuxt build
  244. website |
  245. mailing_api exited with code 1
  246. website | ℹ Production build
  247. website | ✔ Builder initialized
  248. encoding exited with code 127
  249. website | ✔ Nuxt files generated
  250. Exception in thread Thread-23:
  251. Traceback (most recent call last):
  252. File "site-packages\docker\api\client.py", line 246, in _raise_for_status
  253. File "site-packages\requests\models.py", line 940, in raise_for_status
  254. requests.exceptions.HTTPError: 409 Client Error: Conflict for url: http+docker://localnpipe/v1.38/containers/4e381621e7fc2ee09628b9d755cc1b95b2e4de777b1a8a51c46c243f1617eff3/attach?logs=0&stdout=1&stderr=1&stream=1
  255.  
  256. During handling of the above exception, another exception occurred:
  257.  
  258. Traceback (most recent call last):
  259. File "threading.py", line 916, in _bootstrap_inner
  260. File "threading.py", line 864, in run
  261. File "compose\cli\log_printer.py", line 233, in watch_events
  262. File "compose\container.py", line 215, in attach_log_stream
  263. File "compose\container.py", line 307, in attach
  264. File "site-packages\docker\utils\decorators.py", line 19, in wrapped
  265. File "site-packages\docker\api\container.py", line 57, in attach
  266. File "site-packages\docker\api\client.py", line 385, in _read_from_socket
  267. File "site-packages\docker\api\client.py", line 296, in _get_raw_response_socket
  268. File "site-packages\docker\api\client.py", line 248, in _raise_for_status
  269. File "site-packages\docker\errors.py", line 19, in create_api_error_from_http_exception
  270. File "site-packages\requests\models.py", line 880, in json
  271. File "site-packages\requests\models.py", line 828, in content
  272. File "site-packages\requests\models.py", line 750, in generate
  273. File "site-packages\urllib3\response.py", line 494, in stream
  274. File "site-packages\urllib3\response.py", line 442, in read
  275. File "http\client.py", line 449, in read
  276. File "http\client.py", line 493, in readinto
  277. File "site-packages\docker\transport\npipesocket.py", line 209, in readinto
  278. File "site-packages\docker\transport\npipesocket.py", line 20, in wrapped
  279. RuntimeError: Can not reuse socket after connection was closed.
  280.  
  281. mailing_api | * Serving Flask app "app" (lazy loading)
  282. mailing_api | * Environment: production
  283. mailing_api | WARNING: This is a development server. Do not use it in a production deployment.
  284. mailing_api | Use a production WSGI server instead.
  285. mailing_api | * Debug mode: on
  286. mailing_api | * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
  287. mailing_api | * Restarting with stat
  288. mailing_api | Traceback (most recent call last):
  289. mailing_api | File "app.py", line 51, in <module>
  290. mailing_api | app.run(debug=True,host='0.0.0.0')
  291. mailing_api | File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 944, in run
  292. mailing_api | run_simple(host, port, self, **options)
  293. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 1007, in run_simple
  294. mailing_api | run_with_reloader(inner, extra_files, reloader_interval, reloader_type)
  295. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/_reloader.py", line 332, in run_with_reloader
  296. mailing_api | sys.exit(reloader.restart_with_reloader())
  297. mailing_api | File "/usr/local/lib/python3.6/dist-packages/werkzeug/_reloader.py", line 176, in restart_with_reloader
  298. mailing_api | exit_code = subprocess.call(args, env=new_environ, close_fds=False)
  299. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 287, in call
  300. mailing_api | with Popen(*popenargs, **kwargs) as p:
  301. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
  302. mailing_api | restore_signals, start_new_session)
  303. mailing_api | File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
  304. mailing_api | raise child_exception_type(errno_num, err_msg, err_filename)
  305. mailing_api | OSError: [Errno 8] Exec format error: '/app/app.py'
  306. website | ℹ Compiling Client
  307. api_db | mbind: Operation not permitted
  308. mailing_api exited with code 1
  309. website | ✔ Client: Compiled successfully in 21.87s
  310. website | ℹ Compiling Server
  311. website | ✔ Server: Compiled successfully in 5.50s
  312. website |
  313. website | Hash: 81c6e61d1b7dfde1a5c5
  314. website | Version: webpack 4.33.0
  315. website | Time: 21877ms
  316. website | Built at: 06/20/2019 12:03:33 PM
  317. website | Asset Size Chunks Chunk Names
  318. website | ../server/client.manifest.json 8.3 KiB [emitted]
  319. website | 0644c8c5be7fc279c0d3.js 444 bytes 2 [emitted] pages/index
  320. website | 446a1bbb4b62edc25308.js 56.6 KiB 0 [emitted] app
  321. website | 585c99803986ba6a716b.js 171 KiB 1 [emitted] commons.app
  322. website | 61891f5f7c3a3feb0856.js 2.31 KiB 6 [emitted] runtime
  323. website | 7370820cb94f8b30b1a7.js 4.16 KiB 5 [emitted] pages/register
  324. website | LICENSES 733 bytes [emitted]
  325. website | d001fa9b1fd842d5f7a3.js 722 bytes 4 [emitted] pages/profile
  326. website | ec44dffe0d5721fae89e.js 2.73 KiB 3 [emitted] pages/login
  327. website | + 2 hidden assets
  328. website | Entrypoint app = 61891f5f7c3a3feb0856.js 585c99803986ba6a716b.js 446a1bbb4b62edc25308.js
  329. website |
  330. website | Hash: d18db7e2dfa4d15ca993
  331. website | Version: webpack 4.33.0
  332. website | Time: 5499ms
  333. website | Built at: 06/20/2019 12:03:39 PM
  334. website | Asset Size Chunks Chunk Names
  335. website | 6c3d704ef8f37505e7df.js 1.91 KiB 2 [emitted] pages/login
  336. website | ae8973e8a85646c154bb.js 394 bytes 1 [emitted] pages/index
  337. website | c600ad36e568abf5cd9f.js 2.69 KiB 4 [emitted] pages/register
  338. website | d614463caa7d3386ba8f.js 725 bytes 3 [emitted] pages/profile
  339. website | server.js 38.3 KiB 0 [emitted] app
  340. website | server.manifest.json 603 bytes [emitted]
  341. website | + 5 hidden assets
  342. website | Entrypoint app = server.js server.js.map
  343. website |
  344. website | > my_youtube@1.0.0 dev /app
  345. website | > nuxt
  346. website |
  347. website | ℹ Listening on: http://172.18.0.4:5000/
  348. website | ℹ Preparing project for development
  349. website | ℹ Initial build may take a while
  350. website | ✔ Builder initialized
  351. website | ✔ Nuxt files generated
  352. website | ℹ Compiling Client
  353. website | ℹ Compiling Server
  354. website | ✔ Server: Compiled successfully in 10.23s
  355. website | ✔ Client: Compiled successfully in 11.86s
  356. website | ℹ Waiting for file changes
  357. website | ℹ Memory usage: 143 MB (RSS: 226 MB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement