Skip to content

scaabel/docker-next

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Pre-requisites

Getting Started

To build the development docker image, run the following command.

./harbor build

To start the development server, run the following command.

./harbor up

To stop the development server, run the following command.

./harbor stop

For more information, run the following command.

./harbor help
or
./harbor -h
or
./harbor --help
or
./harbor

Ease of use

To make it easier to run the commands, you can add the following to your .bashrc or .zshrc file.

alias harbor='./harbor'

After adding the alias, you can run the commands without the ./ prefix.

harbor build
harbor up
harbor stop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published