version: '3.8'
services:
app:
build:
context: .
target: build
ports:
- '4000:3000'
command: npx serve -s build
version: '3.8'
services:
app:
build:
context: .
target: build
ports:
- '4000:3000'
command: npx serve -s build