Skip to content

Commit

Permalink
changes to credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravananGovindasamy committed Jun 13, 2024
1 parent 4eb9d1f commit a8fd26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summarization/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fschlatt/natural-language-processing-exercises:0.0.1

ADD run.py /code/run.py
ADD credentials.json /credentials.json
ADD credentials.json /app/credentials.json

ENTRYPOINT [ "python3", "/code/run.py" ]

0 comments on commit a8fd26c

Please sign in to comment.