recommendationservice: fix entrypoint
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
73ef09c64d
commit
16b1ebe95c
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ COPY . .
|
|||
ENV PORT "8080"
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["python", "/home/recommendation_server.py"]
|
||||
ENTRYPOINT ["python", "/recommendationservice/recommendation_server.py"]
|
||||
|
|
Loading…
Reference in a new issue