Skip to content

Commit

Permalink
delete '~' from Dockerfile (I don't know, how his got here.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuflick committed Nov 25, 2023
1 parent ba45d72 commit 7cdb821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN dotnet publish -c Release -o out
FROM mcr.microsoft.com/dotnet/core/aspnet:5.0
WORKDIR /app
COPY --from=build-env /app/out .
ENTRYPOINT ["dotnet", "CourseApp.dll"]~
ENTRYPOINT ["dotnet", "CourseApp.dll"]

0 comments on commit 7cdb821

Please sign in to comment.