This is a Next.js project bootstrapped with create-next-app.
To build the development docker image, run the following command.
./harbor buildTo start the development server, run the following command.
./harbor upTo stop the development server, run the following command.
./harbor stopFor more information, run the following command.
./harbor help
or
./harbor -h
or
./harbor --help
or
./harborTo 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