mirror of
https://github.com/fruworg/cstrike.git
synced 2025-06-29 15:14:00 +03:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@ -1,10 +1,18 @@
|
||||
# cstrike
|
||||
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
|
||||
|
||||
## Развёртывание
|
||||
## setup
|
||||
```
|
||||
mkdir /opt/cstrike
|
||||
cd /opt/cstrike
|
||||
git clone github.com/fruworg/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
|
||||
```
|
||||
|
Reference in New Issue
Block a user