mirror of
https://github.com/fruworg/cstrike.git
synced 2025-02-21 10:41:12 +03:00
cstrike
Образ основан на этом репозитории.
setup
mkdir /opt/cstrike
cd /opt/cstrike
git clone github.com/fruworg/cstrike .
docker compose up -d
build
mkdir /opt/cstrike
cd /opt/cstrike
git clone github.com/fruworg/cstrike .
docker build . --platform=linux/386 -t cstrike
Languages
Dockerfile
100%