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

@@ -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