Working version of cloner, basic setup of git and so on
This commit is contained in:
@@ -5,7 +5,9 @@ VOLUME /data
|
||||
|
||||
RUN apk add --no-cache git bash
|
||||
|
||||
|
||||
CMD [ "/bin/bash" ]
|
||||
ADD checker/* src/* /usr/local/bin/
|
||||
|
||||
|
||||
CMD [ "/usr/local/bin/run-checker" ]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user