use prod certs in container
This commit is contained in:
parent
d7c80c3c4b
commit
ce5a20c21c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,4 +25,4 @@ COPY keys ./keys
|
|||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["./main", "-cert=./keys/cert.crt.pem", "-key=./keys/localhost_key.pem", "-host=0.0.0.0:8080"]
|
||||
CMD ["./main", "-cert=./keys/prod.crt.pem", "-key=./keys/prod_key.pem", "-host=0.0.0.0:8080"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue