Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongnguyen committed Aug 16, 2024
1 parent a0a5f43 commit 9cde190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Azure.SignalR.Emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN dotnet publish -c Release -o out -p:EmulatorMicrosoftPackageVersion=6.0.9
FROM mcr.microsoft.com/dotnet/aspnet:6.0
WORKDIR /App
COPY --from=build-env /App/out .
ENTRYPOINT ["dotnet", "Microsoft.Azure.SignalR.Emulator.dll", "start", "-i", "0.0.0.0"]
ENTRYPOINT ["dotnet", "Microsoft.Azure.SignalR.Emulator.dll", "start", "-i", "0.0.0.0"]

0 comments on commit 9cde190

Please sign in to comment.