Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Fix Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 17, 2022
1 parent 40b17e0 commit 60e6b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
file: ./Dockerfile
push: true
tags: |
ghcr.io/dsharpplus/dsharpplusdocs:latest
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 }}
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ FROM alpine:latest
WORKDIR /src

COPY --from=build /src/bin/Release/net6.0/linux-musl-x64/publish /src
COPY ./res /src/res
RUN apk upgrade --update-cache --available && apk add openssl libstdc++ icu-libs && rm -rf /var/cache/apk/*

ENTRYPOINT /src/DSharpPlusDocs

0 comments on commit 60e6b3b

Please sign in to comment.