Changed netcoreapp1.1 to netcoreapp2.0

This commit is contained in:
Kyousei 2017-11-18 11:17:20 +01:00 committed by GitHub
parent d4a5ef160c
commit 6ff26704d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.