Remove quotes
This commit is contained in:
parent
93be82089d
commit
910d1262cc
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ COPY . .
|
|||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD [ "waitress-serve", "--port=8080", "--trusted-proxy", "'*'", "--trusted-proxy-headers", "'forwarded'", "--log-untrusted-proxy-headers", "--threads", "16", "--call", "api:create_app" ]
|
||||
CMD [ "waitress-serve", "--port=8080", "--trusted-proxy", "*", "--trusted-proxy-headers", "forwarded", "--log-untrusted-proxy-headers", "--threads", "16", "--call", "api:create_app" ]
|
Loading…
Add table
Reference in a new issue