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