mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
9 lines
132 B
YAML
9 lines
132 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
image: node:latest
|
|
working_dir: /app
|
|
volumes:
|
|
- .:/app
|
|
command: node main.js
|