Skip to content

Commit

Permalink
fix: remove whiteline in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Feb 28, 2024
1 parent 6c51632 commit 9b14994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Digdir.Domain.Dialogporten.WebApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:4b684e6c74ab8dff26ac54c79d8242b1dd05aba06c367de2b583bad79fd6399b AS build
WORKDIR /src

# Main project
COPY ["src/Digdir.Domain.Dialogporten.WebApi/Digdir.Domain.Dialogporten.WebApi.csproj", "src/Digdir.Domain.Dialogporten.WebApi/"]
# Dependencies
Expand Down

0 comments on commit 9b14994

Please sign in to comment.