mirror of
https://github.com/fruworg/cstrike.git
synced 2025-07-22 11:20:46 +03:00
19 lines
364 B
Markdown
19 lines
364 B
Markdown
# cstrike
|
|
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
|
|
|
|
## 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
|
|
```
|