mirror of
https://github.com/fruworg/cstrike.git
synced 2025-08-14 12:51:11 +03:00
380 B
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