Compare commits
No commits in common. "master" and "v0.1.4" have entirely different histories.
@ -4,6 +4,6 @@ WORKDIR /app
|
||||
|
||||
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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user