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-08-24 23:57:44 +02:00
parent 20a7e03c9e
commit 2cb7243b10
3 changed files with 28 additions and 5 deletions

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"