Skip to content

Instantly share code, notes, and snippets.

@t0yohei
Created February 12, 2022 11:03
Show Gist options
  • Save t0yohei/5c8f2a84fdbf1872f8e955040141539e to your computer and use it in GitHub Desktop.
Save t0yohei/5c8f2a84fdbf1872f8e955040141539e to your computer and use it in GitHub Desktop.
docker-compose file for nuxt framework
version: '3.7'
services:
app:
build: .
ports:
- 3000:3000
command: "npx yarn play"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment