Configuring the Now CLI tool

Now, let's configure Zeit Now to work on your repository:

  1. Install Zeit Now by executing npm i -g now
  2. Ensure correct installation by executing now -v
  3. Create a new folder under local-weather-app called now
  4. Create a new Dockerfile under the new now folder
  5. Implement the file to pull from the image you just published:
now/DockerfileFROM duluca/localcast-weather:6.0.1
  1. Finally, execute the now command in your terminal and follow the instructions to the finish configuration:
$ now> No existing credentials found. Please log in:> We sent an email to xxxxxxxx@gmail.com. Please follow the steps provided  inside it and make sure the security code matches XXX XXXXX.√ Email confirmed√ Fetched your personal details> Ready! ...

Get Angular 6 for Enterprise-Ready Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.