10 lines
161 B
YAML
10 lines
161 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
container_name: nuxt-app
|
|
ports:
|
|
- 3000:3000
|
|
command: ["npm", "start"]
|
|
|