Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
fixed port for detach mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Goncalo Oliveira committed Nov 23, 2020
1 parent 11a1382 commit f306da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Docker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public void RunDetached( Options options )
$"redpandaltd/faas-run:{imageTag}",
"faas-run",
$"/home/app/{assemblyFile}",
"-p 80",
options.NoAuth ? "--no-auth" : string.Empty,
!string.IsNullOrEmpty( configPath )
? $"/home/app/config.json"
Expand Down

0 comments on commit f306da7

Please sign in to comment.