Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created October 2, 2020 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desaijay315/b6946a87ae98848d72d90ed4f4e61743 to your computer and use it in GitHub Desktop.
Save desaijay315/b6946a87ae98848d72d90ed4f4e61743 to your computer and use it in GitHub Desktop.
version: "3.3"
services:
nextjs:
ports:
- 3000:3000
build:
context: .
dockerfile: Dockerfile
volumes:
- ./:/var/movable/app
- /var/movable/app/node_modules
- /var/movable/app/.next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment