Compare commits

..

No commits in common. "master" and "v0.1.4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ WORKDIR /app
COPY . . COPY . .
RUN apt-get update && apt-get install -y make git && make install RUN apt-get update && apt-get install -y make && make install
ENTRYPOINT ["bob"] ENTRYPOINT ["bob"]

View File

@ -18,7 +18,7 @@ sudo make install
or using Docker : or using Docker :
``` ```
docker pull git.simonpetit.top/simonpetit/bob:0.1.5 docker pull git.simonpetit.top/simonpetit/bob:0.1.2
``` ```
## Usage ## Usage