mirror of
https://github.com/CommonLoon102/NBloodServerSupervisor.git
synced 2025-01-03 08:32:45 +01:00
Update README.md
Add `--no-cache` so it always builds from scratch.
This commit is contained in:
parent
6e0888c7a6
commit
7ff8ad8407
@ -32,7 +32,7 @@ After you start the container, the following will happen:
|
||||
## Deploy the server onto GNU/Linux
|
||||
1. Install Docker and wget (if you don't have already), for example like this: `sudo snap install docker && sudo apt install wget -y`
|
||||
2. Download the Dockerfile: `wget https://raw.githubusercontent.com/CommonLoon102/NBloodServerSupervisor/master/Dockerfile --directory-prefix=supervisor`
|
||||
3. Build the Docker image: `sudo docker build -t nblood-supervisor:latest supervisor`
|
||||
3. Build the Docker image: `sudo docker build --no-cache -t nblood-supervisor:latest supervisor`
|
||||
4. Navigate to your Blood 1.21 directory where you have the below files.
|
||||
The files are from stock Blood 1.21, Cryptic Passage, Death Wish 1.6.10, The Way of Ira 1.0.1, Fleshed Out 1.3
|
||||
- BLOOD.INI
|
||||
|
Loading…
Reference in New Issue
Block a user