recommendationservice: require PRODUCT_CATALOG_SERVICE_ADDR
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
7b06cf63b0
commit
1372aad813
2 changed files with 5 additions and 5 deletions
|
@ -8,9 +8,7 @@ ADD ./*.py /home/
|
|||
WORKDIR /home
|
||||
|
||||
# set listen port
|
||||
ENV PORT="8080"
|
||||
|
||||
#set product catalog address
|
||||
ENV PRODUCT_CATALOG_SERVICE_ADDR="localhost:8081"
|
||||
ENV PORT "8080"
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT python /home/recommendation_server.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue