Commit 4d0a291
committed
fix(docker): remove default --help argument from CMD
The proxy.ts file expects a server URL as first argument, so having
--help as default CMD causes parsing errors. Empty CMD allows proper
argument passing.1 parent 8af2ed6 commit 4d0a291
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
0 commit comments