mirror of
https://github.com/fruworg/cstrike.git
synced 2025-04-27 13:07:17 +03:00
Compare commits
2 Commits
249d565ffb
...
656429a40c
Author | SHA1 | Date | |
---|---|---|---|
656429a40c | |||
8f3c72d2f2 |
@ -22,8 +22,9 @@ RUN cp linux32/crashhandler.so linux32/steamservice.so
|
|||||||
RUN mkdir ~/.steam
|
RUN mkdir ~/.steam
|
||||||
RUN ln -s /steamcmd/linux32/ ~/.steam/sdk32
|
RUN ln -s /steamcmd/linux32/ ~/.steam/sdk32
|
||||||
|
|
||||||
RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 +quit; exit 0
|
RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_set_config 90 +mod cstrike +quit; exit 0
|
||||||
RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 validate +quit
|
RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 -beta steam_legacy +quit; exit 0
|
||||||
|
RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 -beta steam_legacy validate +quit
|
||||||
|
|
||||||
WORKDIR /hlds
|
WORKDIR /hlds
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@ -1,10 +1,18 @@
|
|||||||
# cstrike
|
# cstrike
|
||||||
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
|
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
|
||||||
|
|
||||||
## Развёртывание
|
## setup
|
||||||
```
|
```
|
||||||
mkdir /opt/cstrike
|
mkdir /opt/cstrike
|
||||||
cd /opt/cstrike
|
cd /opt/cstrike
|
||||||
git clone github.com/fruworg/cstrike
|
git clone github.com/fruworg/cstrike .
|
||||||
docker compose up -d
|
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