Update README.md

Add `--no-cache` so it always builds from scratch.
This commit is contained in:
CommonLoon102 2020-01-29 20:15:05 +00:00 committed by GitHub
parent 6e0888c7a6
commit 7ff8ad8407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ After you start the container, the following will happen:
## Deploy the server onto GNU/Linux ## 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` 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` 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. 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 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 - BLOOD.INI