This is a Next.js project bootstrapped with create-next-app
.
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
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