Skip to content

TheKeeroll/next-docker-template

Repository files navigation

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

Development setup

Install dependencies

npm i

Run dev server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deployment Linux

  1. Clone project repo to the server
  2. cd into project dir
  3. (Optional) configure ssh/server bind port in docker-compose.yml
  4. Run
    sudo docker-compose up -d 
  5. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published