cstrike/README.md

19 lines
364 B
Markdown
Raw Normal View History

2023-09-23 11:15:02 +03:00
# cstrike
2023-09-23 16:22:54 +06:00
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
2023-09-23 16:21:57 +06:00
2025-02-07 18:47:40 +01:00
## setup
2023-09-23 16:21:57 +06:00
```
mkdir /opt/cstrike
cd /opt/cstrike
2025-02-07 18:47:40 +01:00
git clone github.com/fruworg/cstrike .
2023-09-23 16:23:14 +06:00
docker compose up -d
2023-09-23 16:21:57 +06:00
```
2025-02-07 18:47:40 +01:00
## build
```
mkdir /opt/cstrike
cd /opt/cstrike
git clone github.com/fruworg/cstrike .
docker build . --platform=linux/386 -t cstrike
```