Skip to content

Commit

Permalink
[docker-teamd]: Set start.sh as CMD.
Browse files Browse the repository at this point in the history
Signed-off-by: marian-pritsak <[email protected]>
  • Loading branch information
marian-pritsak committed Apr 27, 2017
1 parent 74675a3 commit 65bffb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/docker-teamd/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
RUN rm -rf /debs

ENTRYPOINT ["/usr/bin/start.sh"]
ENTRYPOINT ["/bin/bash"]
CMD ["start.sh"]

0 comments on commit 65bffb6

Please sign in to comment.