Update README.md

This commit is contained in:
ruslan 2025-02-07 18:47:40 +01:00 committed by GitHub
parent 8f3c72d2f2
commit 656429a40c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,18 @@
# cstrike # cstrike
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack). Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
## Развёртывание ## setup
``` ```
mkdir /opt/cstrike mkdir /opt/cstrike
cd /opt/cstrike cd /opt/cstrike
git clone github.com/fruworg/cstrike git clone github.com/fruworg/cstrike .
docker compose up -d docker compose up -d
``` ```
## build
```
mkdir /opt/cstrike
cd /opt/cstrike
git clone github.com/fruworg/cstrike .
docker build . --platform=linux/386 -t cstrike
```