feat(auth): initial auth added part 2, refs NOISSUE
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user