Files
cstrike/README.md
2025-07-31 00:24:19 +02:00

380 B

cstrike

Образ основан на этом репозитории.

setup

mkdir /opt/cstrike
cd /opt/cstrike
git clone https://github.com/fruworg/cstrike .
docker compose up -d

build

mkdir /opt/cstrike
cd /opt/cstrike
git clone https://github.com/fruworg/cstrike .
docker build . --platform=linux/386 -t cstrike