fromlatest.io icon indicating copy to clipboard operation
fromlatest.io copied to clipboard

FROM:latest (fromlatest.io)

This is a client javascript site to review and analyze a Dockerfile for common mistakes and use of best practices.

Installation

sudo npm install -g grunt-cli babel
npm install

Build

  • make clean
  • make deps
  • make run

Serve frontend build

http://127.0.0.1:5000/

make run