[+] Docker
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
server:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
command: /app/server
|
||||
Reference in New Issue
Block a user