Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created October 2, 2020 10:50
Show Gist options
  • Save desaijay315/f74a15bd9776399db7d1ec85c1840106 to your computer and use it in GitHub Desktop.
Save desaijay315/f74a15bd9776399db7d1ec85c1840106 to your computer and use it in GitHub Desktop.
version: "3.3"
services:
nextjs:
ports:
- 8080:8080
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