fix Dockerfile link

This commit is contained in:
CommonLoon102 2020-01-25 12:40:57 +00:00 committed by GitHub
parent 119b1ddf1f
commit a20b24a61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Web API and NBlood server launcher service in .NET Core
## 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://github.com/CommonLoon102/NBloodServerSupervisor/blob/master/Dockerfile --directory-prefix=supervisor` 2. Download the Dockerfile: `wget https://raw.githubusercontent.com/CommonLoon102/NBloodServerSupervisor/master/Dockerfile --directory-prefix=supervisor`
3. Switch to the new `supervisor` directory: `cd supervisor` 3. Switch to the new `supervisor` directory: `cd supervisor`
4. Build the Docker image: `sudo docker build -t nblood-supervisor:latest .` 4. Build the Docker image: `sudo docker build -t nblood-supervisor:latest .`
5. Navigate to your Blood 1.21 directory where you have these files: 5. Navigate to your Blood 1.21 directory where you have these files: