Skip to content

Commit

Permalink
expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
ARQtty committed Jan 2, 2021
1 parent b8850dc commit 87aa88f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ RUN pip3 install -r /recommendations_server/requirements.txt
COPY ./start_docker.sh /start_docker.sh
RUN chmod +x ./start_docker.sh

EXPOSE 5000

CMD ["/bin/bash", "./start_docker.sh"]

0 comments on commit 87aa88f

Please sign in to comment.