Fix docker container?

This commit is contained in:
clienthax
2022-03-05 15:10:32 +00:00
parent 2dac461ab0
commit 7998664747
2 changed files with 3 additions and 1 deletions

View File

@@ -64,3 +64,5 @@ jobs:
with:
push: 'true'
tags: rpcs3/discord-bot:${{ env.GITHUB_RUN_NUMBER_WITH_OFFSET }},rpcs3/discord-bot:release-latest,rpcs3/discord-bot:latest
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true

View File

@@ -13,7 +13,7 @@ RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev f
WORKDIR /src
COPY . .
#RUN rm -rf ./packages
#RUN git status
RUN git status
# Build and test everything
RUN dotnet restore "CompatBot/CompatBot.csproj"
RUN dotnet build "CompatBot/CompatBot.csproj" -c Release