mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-20 06:05:45 +02:00
Create docker-compose.yml
added docker-compose.yml
This commit is contained in:
parent
44350d3c24
commit
60bc2299ea
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: node:latest
|
||||||
|
working_dir: /app
|
||||||
|
volumes:
|
||||||
|
- .:/app
|
||||||
|
command: node main.js
|
Loading…
Add table
Reference in a new issue