mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Added Dockerfile
This commit is contained in:
parent
8e3e08a42b
commit
03eb3925ac
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM alpine:3.13.4
|
||||||
|
|
||||||
|
COPY ./mo .
|
||||||
|
RUN apk add --update bash && \
|
||||||
|
chmod +x mo &&\
|
||||||
|
mv mo /usr/local/bin/mo && \
|
||||||
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
WORKDIR /opt
|
||||||
|
|
||||||
|
ENTRYPOINT ["/usr/local/bin/mo"]
|
Loading…
Reference in New Issue
Block a user