Skip to content

Commit

Permalink
Fix images entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
suciptoid committed Oct 3, 2017
1 parent 05c0574 commit af64357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ WORKDIR /manokwari
RUN ./autogen.sh && \
make && make install

ENTRYPOINT ["/bin/bash"]
# Run bash on start
CMD ["bash"]

0 comments on commit af64357

Please sign in to comment.