Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 646 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 646 Bytes

Easy development NuxtJs with Docker

Build Setup

Install Makefile on your OS (recommend)

To install project

make install

To start project

make start

To stop project

make stop

To execute container

make shell

To execute container with root user

make root

To view container status

make ps

To view container logs

make logs

Open browser

image