version: "3"
services:
nuxt:
build: ./app/
container_name: marcleopold-website
restart: always
ports:
- 0.0.0.0:3003:3003
command:
"npm run dev"