feat(auth): initial auth added part 2, refs NOISSUE
Some checks failed
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m28s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
SonarQube Scan / SonarQube Trigger (push) Failing after 5m32s

This commit is contained in:
Simon Diesenreiter
2025-04-26 14:04:28 +02:00
parent 92828a90e2
commit 6b9c383697
2 changed files with 86 additions and 3 deletions

View File

@@ -3,6 +3,9 @@ WORKDIR /App
# Copy everything
COPY . ./
RUN apt upgrade && apt install libldap -y
# Restore as distinct layers
RUN dotnet restore ./song_of_the_day/song_of_the_day.csproj
# Build and publish a release