We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b17e0 commit 60e6b3bCopy full SHA for 60e6b3b
2 files changed
.github/workflows/docker_image.yml
@@ -35,5 +35,5 @@ jobs:
35
file: ./Dockerfile
36
push: true
37
tags: |
38
- ghcr.io/dsharpplus/dsharpplusdocs:latest
39
- ghcr.io/dsharpplus/dsharpplusdocs:${{ steps.previoustag.outputs.tag }}
+ ghcr.io/dsharpplus/dsharpplus-doc-bot:latest
+ ghcr.io/dsharpplus/dsharpplus-doc-bot:${{ steps.previoustag.outputs.tag }}
Dockerfile
@@ -8,7 +8,6 @@ FROM alpine:latest
8
WORKDIR /src
9
10
COPY --from=build /src/bin/Release/net6.0/linux-musl-x64/publish /src
11
-COPY ./res /src/res
12
RUN apk upgrade --update-cache --available && apk add openssl libstdc++ icu-libs && rm -rf /var/cache/apk/*
13
14
ENTRYPOINT /src/DSharpPlusDocs
0 commit comments