marc-leopold/docker-compose.yml

12 lines
176 B
YAML
Raw Normal View History

2019-02-24 22:07:20 +00:00
version: "3"
services:
nuxt:
build: ./app/
container_name: marcleopold-website
restart: always
ports:
- "3003:3000"
command:
"npm run start"