recommendationservice: fix entrypoint

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-07-17 15:54:08 -07:00
parent 73ef09c64d
commit 16b1ebe95c

View file

@ -15,4 +15,4 @@ COPY . .
ENV PORT "8080"
EXPOSE 8080
ENTRYPOINT ["python", "/home/recommendation_server.py"]
ENTRYPOINT ["python", "/recommendationservice/recommendation_server.py"]