Added dockerfile and compose

This commit is contained in:
soren90
2023-09-30 23:40:56 +02:00
parent f53d15bfe6
commit 81051fba96
2 changed files with 22 additions and 0 deletions

7
docker-compose.yaml Normal file
View File

@@ -0,0 +1,7 @@
version: "3.3"
services:
cs2rcon:
build:
context: .
ports:
- "3000:3000"