splatoon2.ink/docker-compose.yml
Matt Isenhower 0f1509a070 Switch to the official Node.js Docker image
The official image already contains Yarn and everything we need so there's no need for a custom image.
2017-08-16 13:22:01 -07:00

11 lines
126 B
YAML

version: '2'
services:
app:
image: node:8
volumes:
- ./:/app
working_dir: /app
command: 'yarn cron'