Changed netcoreapp1.1 to netcoreapp2.0
This commit is contained in:
parent
d4a5ef160c
commit
6ff26704d2
@ -8,7 +8,7 @@ Nadeko is written in C# and Discord.Net for more information visit <https://gith
|
|||||||
#### Setting up the container
|
#### Setting up the container
|
||||||
For this guide we will be using the folder /nadeko as our config root folder.
|
For this guide we will be using the folder /nadeko as our config root folder.
|
||||||
```
|
```
|
||||||
docker create --name=nadeko -v /nadeko/conf/:/root/nadeko -v /nadeko/data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data uirel/nadeko:1.4
|
docker create --name=nadeko -v /nadeko/conf/:/root/nadeko -v /nadeko/data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data uirel/nadeko:1.4
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Moving `credentials.json` into the docker container.
|
#### Moving `credentials.json` into the docker container.
|
||||||
|
Loading…
Reference in New Issue
Block a user