mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-23 08:57:46 -05:00
The official image already contains Yarn and everything we need so there's no need for a custom image.
11 lines
126 B
YAML
11 lines
126 B
YAML
version: '2'
|
|
|
|
services:
|
|
|
|
app:
|
|
image: node:8
|
|
volumes:
|
|
- ./:/app
|
|
working_dir: /app
|
|
command: 'yarn cron'
|