mirror of
https://github.com/fruworg/cstrike.git
synced 2025-08-14 12:51:11 +03:00
19 lines
380 B
Markdown
19 lines
380 B
Markdown
# cstrike
|
|
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
|
|
|
|
## setup
|
|
```
|
|
mkdir /opt/cstrike
|
|
cd /opt/cstrike
|
|
git clone https://github.com/fruworg/cstrike .
|
|
docker compose up -d
|
|
```
|
|
|
|
## build
|
|
```
|
|
mkdir /opt/cstrike
|
|
cd /opt/cstrike
|
|
git clone https://github.com/fruworg/cstrike .
|
|
docker build . --platform=linux/386 -t cstrike
|
|
```
|