Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 340 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 340 Bytes

cheshirecode-next-boilerplate

Commands

  • install yarn
  • dev yarn start
  • build yarn build

Docker

docker run --rm -p 3000:3000 $(docker build \
    --build-arg NODE_ENV=production \
    --build-arg NODE_IMAGE=lts-alpine \
.)