Skip to content

Commit ffe8c0d

Browse files
authored
Update signalr-howto-work-with-app-gateway.md
1 parent 437bf61 commit ffe8c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-howto-work-with-app-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Under folder samples/Chatroom, run the below commands:
244244
245245
```bash
246246
# Build and publish the assemblies to publish folder
247-
dotnet publish -os linux -o publish
247+
dotnet publish --os linux -o publish
248248
# zip the publish folder as app.zip
249249
cd publish
250250
zip -r app.zip .

0 commit comments

Comments
 (0)