Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Workaround for #4
  • Loading branch information
Seji64 authored Apr 22, 2021
1 parent 801a94d commit f580efa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ FROM build AS publish
RUN dotnet publish "LAPS-WebUI.csproj" -c Release -o /app/publish

FROM base AS final
RUN apt-get update && apt-get install -y --no-install-recommends libldap-2.4-2 && rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "LAPS-WebUI.dll"]
ENTRYPOINT ["dotnet", "LAPS-WebUI.dll"]

0 comments on commit f580efa

Please sign in to comment.