Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 535 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 535 Bytes

Surf Pintxos

Open source Surf forecast for all Pays Basque spots

Running localy from Docker

  1. Clone repository to your machine
  2. Build the development Docker image using docker build -f Dockerfile.dev -t my-nextjs-app-dev .
  3. Run the development container with the volume mount: docker run -p 3000:3000 -v $(pwd):/app my-nextjs-app-dev
  4. The container will now have access to the codebase on the host machine, and any changes made to the codebase will be reflected in the running Next.js app inside the container.