Updated publish stage to be called build, updated README.md with some instructions on how to install a release version for linux

This commit is contained in:
Kwoth
2021-09-06 21:34:54 +02:00
parent 20a7e03c9e
commit 2cb7243b10
3 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ ENV shard_id=0
ENV total_shards=1
WORKDIR /app
COPY --from=build /app ./
VOLUME [ "/data" ]
VOLUME [ "app/data", "app/creds.yml", "app/creds_example.yml" ]
ENTRYPOINT dotnet NadekoBot.dll "$shard_id" "$total_shards"