marc-leopold/docker-compose.yml

12 lines
180 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:
2019-02-25 13:30:56 +00:00
- 0.0.0.0:3003:3003
2019-02-24 22:07:20 +00:00
command:
2019-02-25 13:30:56 +00:00
"npm run dev"