mirror of
https://github.com/fruworg/cstrike.git
synced 2025-02-22 19:01:14 +03:00
Update README.md
This commit is contained in:
parent
8f3c72d2f2
commit
656429a40c
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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user